Started by
IMakeBadMods
on
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make a block that changes the block and fills your bucket, how do I do this?
Topic category: Help with Minecraft modding (Java Edition)
I'm trying to make a block that changes the block and fills your bucket, how do I do this?
use a global trigger for when a player right clicks a block, then check if the block is the type you want, if so then change the block, shrink the bucket itemstack by 1, and add a custom bucket to the player's inventory