Started by
CCC_Studio
on
Topic category: Help with Minecraft modding (Java Edition)
I'd like to create a custom crafting table for a mod (but no, I swear!). I've followed the tutorials given and made them, but they don't work like classic crafting tables:
- The output doesn't fill up with an item when the craft is correct, so that it can be previewed.
- To craft, you need to press a button, which empties the input and fills the output. This makes the action irreversible, more complex in the event of error, and quite different from the classic one.
If anyone has an idea of how I could do this, I'd love to hear it - this post isn't urgent.
Translated with DeepL.com (free version)
Edited by CCC_Studio on Sun, 01/12/2025 - 19:05
Hmm... that is a hard one. Maybe make it so that when it detects the correct recipe it sets the item in the output slot and when you take that item out it removes an item from each of the input slots.
your a genius, i'm an idiot
I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei
thanks, my preferred dev :)