Search results for query: *

  • Users: Jskrunch
  • Content: Threads
  • Order by date
  1. J

    tModLoader Code Wont Find My Files

    I made my code to find a tile in a folder and it wont find it i tryed checking my spelling checking for any errors in the files but nothing will work Please help the code is Item.createTile = ModContent.TileType<Tiles.SteelBar>(); and the error that comes up is My folders go...
  2. J

    (Solved) I need help with Code im trying to make a item craftable at a iron and lead anvil

    Im trying to make a item craftable at a leadanvil idk how to do that this is my code Recipe recipe = CreateRecipe(); recipe.AddIngredient(ItemID.CopperBar, 10); recipe.AddTile(TileID.IronAnvil); recipe.Register();
Back
Top Bottom