Started by
PythonIsCool
on
Topic category: Help with Minecraft modding (Java Edition)
In my jojo mod, there’s a stand ability that when you touch a rainbow, you turn into a snail, and when you touch a snail, you turn into a snail. Yeah, don’t ask. I know how to do rainbow on touch, but what about the snail collision, and actually morphing the entities it touches?
Morphing is tough, and there is no pronounced way. In fact, there are many possible ways to achieve a morph mechanic. Hence you'll most likely need to code java, and I'd suggest making your own method. But for the sake of time, the quickest way would be to look at examples found on forge forums, etc. 💁♂️ Otherwise, you'll be stuck unless someone makes a plugin 😥
very annoyance. does anyone have any ideas