How I make my custom Item require the replicator?

Discussion in 'Starbound FAQs, Q&A, and General Help' started by FieryRuby75, Jul 9, 2018.

Tags:
  1. FieryRuby75

    FieryRuby75 Scruffy Nerf-Herder

    Thi is the lock of the file that contains the gun recipe:
    {
    "input" : [
    { "item" : "titaniumbar", "count" : 20 },
    { "item" : "durasteelbar", "count" : 10 },
    { "item" : "siliconboard", "count" : 10 },
    { "item" : "battery", "count" : 1 }
    ],
    "output" : { "item" : "minigun1", "count" : 1 },
    "groups" : [ "craftinganvil", "weapons", "all" ]
    }

    Ore I can craft this weapon on every anvil or I change the word craftinganvil to craftinganvil1,craftinganvil2 or craftinganvil3 and then the folder that contains the folder that has the script mentioned here the number next to the word craftinganvil (anvil1, anvil2, and anvil3) and It's impossible to craft it.
    I also think that anvil3 maybe is exclusively for the upgraded variants of the replicator.
    Basically, I want to know how to make this thing require the replicator.
    By the way, to this crafting recipe do sense on a minigun whit 80 base DPS?
    And no, I'm not thinking on publishing this gun as a mod, since It's pretty bad quality stuff:p
     

Share This Page