Modding Help Problem with recipes

Discussion in 'Starbound Modding' started by EndK-76, May 5, 2019.

  1. EndK-76

    EndK-76 Orbital Explorer

    Hey, im developing a mod, im new at this.
    I have a little problem with the recipes, i can craft the item but only in admin mode, if anyone know how can i fix this please help me, I want all races can craft it.
    Tnx

    PD : Sorry for the bad english, Im Spanish
     
  2. projectmayhem

    projectmayhem Spaceman Spiff

    in your main folder, you need a file called player.config.patch
    The file will look like this...
    Code:
    [
      { "op": "add", "path": "/defaultBlueprints/tier1/-", "value": { "item" : "Item_To_Craft" }}
    ]
    
    Just replaced Item_To_Craft with the name of the item you want everyone to be able to craft.
    If you need to add more than 1 items then add a comma at the end of the first line, and make a second one
     
  3. EndK-76

    EndK-76 Orbital Explorer

    hey....
    emmm....
    im still in truoble, i do the thing you just say, but it isnt working
     
  4. projectmayhem

    projectmayhem Spaceman Spiff

    can you post your files, recipe included
     
  5. EndK-76

    EndK-76 Orbital Explorer

    I solve it, haha tnx, after like 2 months
     
    Iroaseta likes this.

Share This Page