tAPI not showing in crafting menu?

Anyone else got this problem?

  • Yes

    Votes: 1 100.0%
  • No

    Votes: 0 0.0%

  • Total voters
    1
can someone help me i made a soul of gem and it wont show in my crafting menu in game
heres my code

{
"displayName": "Soul Of Gems",
"texture": "Items/SoulOfGem",
"size":[32,32],
"maxStack": 99,
"value": [0,0,1,0],
"rare": 1,
"tooltip": "A Soul Made Out Of Gems",
"recipes":
[{
"items": { "Dirt Block": 1 },
"tiles": [ "Work Bench" ],
"creates": 1
}]
}


please help
 
System.Collections.Generic.KeyNotFoundException: The given key was not present in the dictionary.
at System.Collections.Generic.Dictionary`2.get_Item( key)
at TAPI.PlayerLayer.<.cctor>b__c(TAPI.PlayerLayer layer, Terraria.Player drawPlayer, Microsoft.Xna.Framework.Graphics.SpriteBatch spriteBatch)
at TAPI.PlayerLayer+Action.OnDraw(Terraria.Player drawPlayer, Microsoft.Xna.Framework.Graphics.SpriteBatch sb)
at TAPI.PlayerLayer.Draw(Terraria.Player drawPlayer, Microsoft.Xna.Framework.Graphics.SpriteBatch sb)
at Terraria.Main.DrawPlayer(Terraria.Player drawPlayer, Microsoft.Xna.Framework.Vector2 Position, System.Single rotation, Microsoft.Xna.Framework.Vector2 rotationOrigin, System.Single shadow = 0)
at Terraria.Main.Draw(Microsoft.Xna.Framework.GameTime gameTime)

Please help
 
What folder is your item in?
Does it compile when you check "detailed?"
Is your item picture exactly the same name as your json?

If anything, you could zip and attach so we can see more clearly
 
Back
Top Bottom