I'm making my own Furnace. Everything works now but I have the problem whenever it triggers an Achievment my Furnace is changed into a Vanilla furnace.
Can someone help me ? And where are the things with the Achievments in the classes for a Furnace ?
I wanted to make my Ore only minable with an Iron Pickaxe but it seems like setHarvestLevel isn't working correctly cause I can mine my block with every pickaxe
The normal ModID is uppercase but, first shouldn't matter and second if I rename the folder of the textures (in the jar) to uppercase NO texture can be loaded
When I run my mod in Eclipse every texture works.
When running minecraft with my mod every Texture works except one block texture.
The other block works fine and also both textures are in the jar.
I want to make my own Furnace, so I need a GUI which opens when you rightclick the block.
Sorry man, I am 14 and from Germany so my english isn't the best.
Yeah I'm adding them to the game-registry in the pre-init part ( the addItems methods ).
Also not sure what the addNames is doing there I think a left over from testing at the beginning of 1.7
Edit: Seems to work with everything in te pre-Init part