I created a new block but I'm not sure how to make it so that if you use, for example a pickaxe, it would mine faster than using another tool/fist etc.
I'm trying to make a mod that would turn "BlockA" into "BlockB", but I dont see that option in the GameRegistry, there is only "BlockA" to "ItemA" and "ItemA" to "ItemB"
GameRegistry.addSmelting(Block input, ItemStack output, float xp) : void
GameRegistry.addSmelting(Item input, ItemStack output, float xp) : void
GameRegistry.addSmelting(ItemStack input, ItemStack output, float xp) : void
If you went into your mod list after installing orge and selecting Minecraft Coder Pack you can see a logo at the top of the description.
How do I make a .png file I created to show up on the description?
To make a torch you would need coal/charcoal and a stick, combine it in a crafting table and you get 4 torches.
How do you modify the amount of items that a crafting recipe outputs?