Started by
chaycedb
on
Topic category: Help with Minecraft modding (Java Edition)
I need help trying to create a tidal wave or tsunami that can deal damage to the player or fling them somehow.
Topic category: Help with Minecraft modding (Java Edition)
I need help trying to create a tidal wave or tsunami that can deal damage to the player or fling them somehow.
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.
entity
yeah, an entity is probably much better because of the performance issues and time the procedure would take for just place and deleting water.