Item crafting utilisation durability

Started by Bribrixxx on

Topic category: Help with Minecraft modding (Java Edition)

Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Item crafting utilisation durability
Sun, 03/11/2018 - 13:30 (edited)

Hello,

In first, sorry for my bad english .

I decided to create an item, the hammer, however I want to use it as a craft item with durability. I want every craft to come back in my inventory (or remains on the crafting table) but it loses durability. But despite all my temptations, I can not : apply durability and remove the durability with a craft.

Thank you in advance for your help and have a nice day ! :)

 

Edited by Bribrixxx on Sun, 03/11/2018 - 13:30
Joined Dec 2014
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
You can't because you made…
Sun, 03/18/2018 - 20:54

You can't because you made the hammer an item (I know this because for the item mod maker there is a button where you can enable the item staying in the crafting grid and I can tell that's what you did) and items can't have durability, I've even tried myself. You should make it a tool and make it so that any items crafted with it deals damage to the hammer.

Joined Jul 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Lonrad through my attempts i…
Thu, 07/19/2018 - 16:06

Lonrad through my attempts i also have not been able to get it to work...

when making an item theres no option to add something when its used to craft with

sadly this might take alot more than just changing it to a tool

Joined Jan 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I'm late but I made a…
Sun, 01/19/2020 - 23:51

I'm late but I made a special crafting block with a manual procedure

There should be a:

      Gui with 9 inputs and 1 output (link to block)

      Block (enable inventory) (on right click add the next procedure)

      Procedure (Open GUI for the provided player <urGUIname>)

      Procedure (use crafting table template)

While making this I realized 2019.5 has these features, but maybe not this version and this was already fixed