How to make boats and signs?

Started by Shegi on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to make boats and signs?

I think everyone who maded mods with mcreator had a problem with boats or signs, because Mcreator doesnt support them. How do I make entity ridable by 2 players and not drowning? Also sign GUI is very easy, but the text wont be saved and placed on the sign. Is there like a plugin that adds boats and signs?

Joined Jul 2024
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
No, there aren't any plugins…
Fri, 07/04/2025 - 22:25

No, there aren't any plugins that adds boats and signs, however you can create a worse boat with those steps.

  • Open BlockBench.
  • Select the Boat model.
  • Put it in MCreator.
  • Create a mob with the Boat model.
  • Remove everything from its AI.
  • Make it rideable.
  • Make it float in water.
  • Create a item that spawns your Boat.

hope this helps