Jump to content

uni52724

Members
  • Posts

    5
  • Joined

  • Last visited

uni52724's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. How would I add it in the items constructor?
  2. What are you talking about?! What did I do wrong? Many other mods of mine worked perfectly fine >.>
  3. Like this? public void whenCrafted(ItemCraftedEvent event) { if (event.crafting.getItem() instanceof ItemTool) { event.crafting.getItem().setNoRepair(); } } Because that didn't seem to work for me :L
  4. Hellooo! I wanted to remove the possibility to repair tools (2 broken tools -> 1 fixed tool) But since those "recipes" aren't actually in the recipe list, I have no idea how to remove them :L Does anyone have an idea? Edit: That's what I meant Wanna remove that! :C https://minecraft.gamepedia.com/Item_repair
×
×
  • Create New...

Important Information

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