Jump to content

WildWingX

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by WildWingX

  1. 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.
  2. 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
  3. 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?
  4. Thanks! I was modifying my own recipe, I just used the torch as an example.
  5. 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?
×
×
  • Create New...

Important Information

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