Custom Boat Types

Started by ModBrothers545 on

Topic category: Feature requests and ideas for MCreator

Joined Mar 2026
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Custom Boat Types

I think it would be a useful feature to allow the creation of boat container types. It would work like the chest boat except you pick what the block is. You could have a furnace boat or an ender chest boat. You could also add a cannon block and make a boat with a cannon. I'd love to see support for this in MCreator, though I don't know how hard it would be to make that work.

Joined Mar 2025
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
I agree! That is a good idea.
Sun, 04/19/2026 - 21:34

I agree! That is a good idea.

Joined Aug 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
The problem is the reason…
Mon, 04/20/2026 - 18:09

The problem is the reason the chest boat works is because the code already existed for donkeys carrying chests and they just increased the container size. There's no functionality for furnaces and ender chests other than block forms. You could do it with custom java code but that requires effort.