logo
tModLoader - how do I make a Vanilla recipe on tmodloader 1.4? | Terraria Community ForumsThread starterStart date

tModLoader - how do I make a Vanilla recipe on tmodloader 1.4? | Terraria Community ForumsThread starterStart date

recipe = new ModRecipe(this); recipe.AddIngredient(ItemID.GoldCoin, 30); recipe.AddTile(TileID.WorkBenches)...

Related Recipes