Modding Help Crafting new shields.

Discussion in 'Starbound Modding' started by Miodec, Dec 10, 2013.

  1. Miodec

    Miodec Big Damn Hero

    Im onto creating a mod adding craftable shields. But i cant get it to work. Crafting is ok but i get the generic item thing. Here is everything:

    [​IMG]
     
  2. Silmaril.SE

    Silmaril.SE Astral Cartographer

    Well, your recipe differs from the basic shield in the output line. Might be that?

    "output" : { "item" : "generatedshield", "count" : 1, "data" : { "definition" : "startershield", "level" : 1 } },
     
  3. Miodec

    Miodec Big Damn Hero

    "output" : {
    "item" : "shield9",
    "count" : 1, "data" : { "definition" : "shield9", "level" : 1 }
    },

    Now its not even on the crafting list. So thats not the problem
     
  4. Silmaril.SE

    Silmaril.SE Astral Cartographer

    your generatedshield file has a lot of differences compared to the basic shield one in its first section. Looks alright from "palette" onwards.

    {
    "name" : "startershield",
    "kind" : "starter",
    "description" : "A basic wooden shield.",

    "palette"
     
  5. Miodec

    Miodec Big Damn Hero

    well that because i want my item to have its own name and description
     

Share This Page