Started by
ModBrothers545
on
Topic category: Feature requests and ideas for MCreator
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.
I agree! That is a good idea.
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.