How to create Tidal waves or tsunami's?

Started by chaycedb on

Topic category: Help with Minecraft modding (Java Edition)

Joined Dec 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to create Tidal waves or tsunami's?

I need help trying to create a tidal wave or tsunami that can deal damage to the player or fling them somehow.

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
you could use place and…
Sun, 07/10/2022 - 00:23

you could use place and remove procedure blocks to make a tsunami or you could make a custom entity that would fling the player/ hurt the player on contact.

 

Joined May 2022
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
yeah, an entity is probably…
Sun, 07/10/2022 - 20:32

yeah, an entity is probably much better because of the performance issues and time the procedure would take for just place and deleting water.