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
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?
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
I dont't think that this is the problem: if I change BlockInit.ORE_COPPER_BLOCK with ItemInit.COPPER_INGOT and I put the Copper Ingot in the furnace it works and if I change it with Blocks.DIRT and I put a dirt block in the furnace it works. It doesn't work with BlockInit.ORE_COPPER_BLOCK. I try also to create another block and it doesn't work too. Could it be the BlockInit class that have some problem?
I know the basic of java, like variable method classes subclasses superclasses...I know java only for hobby
I don't understand what I have to do and I'm asking for it