Hey! I'm trying to make a Magma Boat that float on lava. How can I make it?

Started by Donkasem The M… on

Topic category: Help with modding (Java Edition)

Last seen on 00:40, 10. Oct 2023
Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Hey! I'm trying to make a Magma Boat that float on lava. How can I make it?

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.

Last seen on 22:41, 16. Oct 2023
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
https://mcreator.net/forum…
Tue, 10/10/2023 - 14:12

https://mcreator.net/forum/70789/tutorial-how-create-vertical-movement-controller-rideable-entities use this. Except in last image, do this

Image

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. 

Last seen on 22:41, 16. Oct 2023
Joined Mar 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Also, make your entity fire…
Tue, 10/10/2023 - 14:13

Also, make your entity fire and lava proof in entity tab