promotional bannermobile promotional banner

Wakes

Adds splashes and wakes while traveling on water
Back to Files

Wakes 0.5.0+1.21.11

File namewakes-0.5.0+1.21.11.jar
Uploader
Goby56Goby56
Uploaded
Feb 24, 2026
Downloads
140
Size
275.4 KB
Mod Loaders
Fabric
File ID
7674193
Type
B
Beta
Supported game versions
  • 1.21.11

Curse Maven Snippet

Fabric

modImplementation "curse.maven:wakes-884267:7674193"

Learn more about Curse Maven

What's new

Wake storage rewrite

Replaced the per-Y-level quad-tree (with fixed-depth brick leaves) with a hash map that stores wake chunks directly. Simplifies data management and removes the rigid spatial hierarchy.

Single draw call rendering

Wake rendering now batches all geometry into one draw call per frame instead of one per brick. Wake chunks allocate regions in a shared texture atlas and upload their data there, enabling large-scale batching and significantly reducing draw overhead.

Larger shared texture atlas

All wake chunks now share a larger atlas instead of sequentially writing to a single small texture. Edge case where the atlas runs out of space is not fully handled yet.

Removed OpenGL draw calls

Rendering path no longer relies on direct OpenGL draw calls, improving forward compatibility and stability with newer Minecraft rendering updates.

This mod has no additional files