Started by
speedysam23
on
Topic category: Help with Minecraft modding (Java Edition)
I want to make a block that turns a bucket of something into either a block or ingot of that thing. How would I do that?
Topic category: Help with Minecraft modding (Java Edition)
I want to make a block that turns a bucket of something into either a block or ingot of that thing. How would I do that?
If item in this slot equals X, then remove it and make Y appear in the other slot.
How exactly would I go about doing that?
Never mind, I managed to get it to work on my own :)