Modding Help Table not using Input item

Discussion in 'Starbound Modding' started by Mioure, Aug 24, 2016.

  1. Mioure

    Mioure Scruffy Nerf-Herder

    Hello again, I am working on a "Secret" Mod and need some assistance. :p

    Alright, so my issue is that I've created a new up-gradable crafting table for my mod. Everything is working as Intended so far, until I tried out one of my recipes. The recipe is to allow one of my custom items to be transferred into a vanilla Gold Bar. When I attempt to make it, the Gold Bar comes out as expected, but the custom item is not used in the process, essentially allowing me to create unlimited Gold Bars.

    Can you not create recipes into vanilla items? or am I missing something in my file that should belong?

    ARgoldbar.recipe
    {
    "input" : [
    { "item" : "golispowder", "count" : 1 }
    ],
    "output" : {
    "item" : "goldbar",
    "count" : 1
    },
    "duration" : 0.3,
    "groups" : [ "lightalchemytable", "bars", "all" ]
    }
     
  2. The | Suit

    The | Suit Agent S. Forum Moderator

    are you on admin mode.
     
  3. Mioure

    Mioure Scruffy Nerf-Herder

    Such a simple mistake. I thought I had turned it off after multiple re-logs. I appreciate you not commenting sarcastically :p
    My DarkTable is set up like the refinery, so I assumed since the gold bar was consumed there, it would be consumed with the other table.
    Thanks :p Back to modding! Also, you wouldn't happen to know if there are any Alchemy-Type mods already in existence would you? I tried looking around and didn't find any.
     

Share This Page