Modding Help How do I finish a mod??

Discussion in 'Starbound Modding' started by Spire Creator, Oct 11, 2019.

  1. Spire Creator

    Spire Creator Void-Bound Voyager

    So I made this armor mod and I followed this tutorial someone made here and it does a good job teaching me how to make the assets, code implementation and all that but it doesn't show me the most important and final step.
    How do I actually A: know how to obtain my armor in-game B: Upload the mod C: Make sure I did the previous steps correctly.
    Essentially I need to know how to do the final step making sure I did everything right.
     
  2. The | Suit

    The | Suit Agent S. Forum Moderator

  3. Wa.luigi.time

    Wa.luigi.time Subatomic Cosmonaut

    To teach your character how to craft your items make a file called player.config.patch in the first folder of your mod and enter this code:
    [
    { "op" : "add", "path" : "/defaultBlueprints/tier1/-", "value" : { "item" : "spawnitem command name" }}
    ]
    If you want to add more items to it you can add a , and then repeat the previous line without the [].
     

Share This Page