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