Started by
Donkasem The M…
on
Topic category: Help with Minecraft modding (Java Edition)
In AIs and Goals there is only Float on water and not Float on lava. How can I make it float on lava? Note: I don't know how to code it out with Java. If it were to be in Python I'll just go modify the code manually, but it's in Java.
https://mcreator.net/forum/70789/tutorial-how-create-vertical-movement-controller-rideable-entities use this. Except in last image, do this
This will make your boat entity - Yes you need to use entity modeling to make a boat. It's weird. But anyway, this will make it so if a block underneath your entity is lava, you can move up. If it's air underneath by 1, you can only move down. But set it up just like everything else in the page I linked, just change last image to mine. Also, nbt tags can be named whatever you want, as long as the ones are all the same to the project your making. I;e VerticalMovement could be named MojangRepoMovement or etc as long as all the ones in the project are the same. Nbt tags are useful.
Also, make your entity fire and lava proof in entity tab