Modding Help Perennial Crops patching

Discussion in 'Starbound Modding' started by amirmiked12, Apr 20, 2017.

  1. amirmiked12

    amirmiked12 Parsec Taste Tester

    im trying to make a patch for mfm seeds to make them Perennial.
    any idea how i can do it?
    tnx
     
  2. bk3k

    bk3k Oxygen Tank

    Well I suppose the easiest way is to download the Perennial Crops mod :p
     
  3. amirmiked12

    amirmiked12 Parsec Taste Tester

    Yeah but It doesn't support mfm mod..
    And I took help from its patch but no result
     
  4. bk3k

    bk3k Oxygen Tank

    Well whats the MFM mod then? I'm not familiar.

    One possible point of failure for your patching is the MFM mod loading after yours.

    so in metadata add something like this

    Code:
      "includes" : [ "modName1", "modName2" ]
    
    Although when your mod doesn't do ANYTHING absent the mod it is altertering, it might be better to do this instead.

    Code:
      "requires" : [ "modName1" ]
    
    "requires" however will error out when the mod(s) it points to don't exist.
     
  5. amirmiked12

    amirmiked12 Parsec Taste Tester

    A mod that addsnew seeds and food
     
  6. bk3k

    bk3k Oxygen Tank

    I can guess that much from the content of your question, but... I don't know what mod that is. "MFM" doesn't mean anything to me as a result. Abbreviations aren't useful unless all parties know what they refer to.

    The best thing would be to link to the mod you are having trouble with and therefore avoid such problems. Although did you try what I suggested with _metadata and was that successful?
     
  7. amirmiked12

    amirmiked12 Parsec Taste Tester

Share This Page