Jump to content

leosavi25

Members
  • Posts

    33
  • Joined

  • Last visited

Everything posted by leosavi25

  1. What does it mean this? Sorry I am Italian
  2. But if it isn't static I can't have access of it in other classes
  3. I found where I add the ore copper and the copper ingot
  4. Yes and I don't know beacuse it work, but in the game I can play with the copper ore and the copper ingot, the problem is smelting the copper ore
  5. I saw it in a tutorial on Internet and if I run the code it work(I don't know how it works) : I have the copper block and the copper ingot, but when i put the copper ore in the furnace, it didn't work. I try to change the code to GameRegistry.addSmelting(ItemInit.COPPER_INGOT, new ItemStack(ItemInit.COPPER_INGOT), 0.2f); and it work because if I smelt a copper ingot it makes a Copper Ingot, I try to change also with Blocks.DIRT and it work but with BlockInit.ORE_COPPER_ORE it doesn't work
  6. I'm creating a mod for 1.12 and I add the Copper Ore and the Ingot Copper, but when I put the Copper Ore in the Furnace nothing happen. Here's the code: Please help me!!!
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.