Started by
Jonathan Tuinier
on
Topic category: Help with Minecraft modding (Java Edition)
Hi, i'm am making a mod where you have crystals and crystal fragments. I want the player to be able to craft crystal fragments from crystals. From one crystal you can craft a total of 128 fragments but i want the player to be able to craft any amount (up to 128) at any time. So they can be able to craft 32 and later craft another 96 for example. I have tried using durability but i can't get it to work.
Does anyone have an idea how to accomplish this?
Edited by Jonathan Tuinier on Wed, 07/26/2023 - 16:44
Btw, i'm using mcreator 2023.2 mc version fabric 1.20
This would be pretty hard to pull of using the standard crafting table, I would make a custom one and add a textbox/buttons where you'd input a number and combining this with the durability idea to check how much capacity a crystal has left.
If you absolutely want to just use the crafting table using the "Item is crafted" global trigger would probably be useful.