Started by
BryAstro
on
Topic category: Help with Minecraft modding (Java Edition)
Version (2021.1) (with the 1.12.2 plugin).
I want to make a chemical compound maker like in Education Edition.
Or at least a crafting table that allows you to do this
basically letting you have recipes that require more than one of one thing as one stack.
How do I do it?
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
If you using crafting table procedure mcreator template you can just add a checking that slot has enough or more items.
It will look like this one
but in the end at remove item from slot part you must change count of items that should be removed from slot.