Topic category: Help with Minecraft modding (Java Edition)
Hi, I'm building a mod for armor made of slime, and each piece has a special property, i.e. the boots let you bounce when you land on the ground, while also negating fall damage. I got the inspiration from Create Mod (yes, the famous create mod), and Furti's Slimy Stuff mod, and I'm trying to figure out how to do that to a piece of armor. I already have the textures done, and I'm working on the code. Am I wrong in thinking it should be triggered to bounce via an invisible potion effect? I also want the helmet to stick the player to the ceiling, and chestplate and pants to allow you to climb walls.
P.S. Crafting recipes are done and all of the armor damage info and stats are done, but I don't know what to do next.