Jump to content

leosavi25

Members
  • Posts

    33
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

leosavi25's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. src/main/java/com/leosavi25/mod/util/handlers
  2. In RegistryHandler I register the Item and Block that are in the Block and Item list and in the Ore class, BlockBase class and in ItemBase class I add the Items and Blocks in the lists
  3. ItemInit.ITEMS.add(new ItemBlock(this).setRegistryName(this.getRegistryName())); This line code is in the Ore class, it's right or I must extends in the Ore class the ItemBlock class?
  4. When I put the copper ore in the furnace it doesn't smelt in copper ingot, but if I change with ItemInit.INGOT_COPPER, it smelt in ingot copper
  5. I forgot it, but anyway it doesn't work.
  6. Yes, the log is in the development environment. Here the code: https://github.com/leosavi25/Modding
  7. Ok, I do it. Sorry, but I never used GitHub
  8. Where I can found the fml-client-latest.log file?
  9. I change the preInit method, BlockInit class and ItemInit class to this but it doen't work.
  10. https://github.com/leosavi25/Modding
  11. If i try to smelt the ore copper it doesn't give me the ingot copper. Yesterday I write this, I don't know if you read this, but I think that it could be helpful
  12. I do it but it doesn't work
  13. Ok, I forgot to add BlockInit.preInit() and BlockInit.init() in the Main class, now the Item and the block there are, but the block doesn't smelting.
×
×
  • Create New...

Important Information

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