晨浪是一个旨在增加简单涟漪的模组,与原版的精神相契合。
特点
- 模拟所有实体之后的波浪
- 在船桨处出现波浪
- 落水时溅起水花
- 两侧喷射出的水流
- 可选的调试和外观配置,使用[YACL](
链接 )(YetAnotherConfigLib)进行配置。从[ModMenu](链接 )菜单访问。 - 虹膜着色器支持(已知兼容性[在此](
链接 ))
未来
- 模型和岸线周围的泡沫轮廓
- 落水时的溅起四边形
- 主要版本移植(1.16 - 1.18)
- Forge移植(也许)
该模组目前处于早期开发阶段,因此在某些方面可能存在缺陷。请在[GitHub](
您知道您可以在其他玩家身后看到晨浪吗?在Bisect Hosting上与朋友一起尝试该模组 —— 如果您想要可靠且无忧的服务器以及出色的客户支持,这是一个完美的选择。使用代码:[Goby](
截图:
来自Modrinth
Wakes 0.4.2+1.21.4
wakes-0.4.2+1.21.4.jar下载0.4.2+1.21.4#Beta
### Removed pick boat feature
A buggy feature which wasn't necessary for the mod. Fixes issues [138](https://github.com/Goby56/wakes/issues/138) & [148](https://github.com/Goby56/wakes/issues/148).
### Chest boat and raft wakes
Fixes issue [137](https://github.com/Goby56/wakes/issues/137) where chest boats and rafts didn't make wakes.
A buggy feature which wasn't necessary for the mod. Fixes issues [138](https://github.com/Goby56/wakes/issues/138) & [148](https://github.com/Goby56/wakes/issues/148).
### Chest boat and raft wakes
Fixes issue [137](https://github.com/Goby56/wakes/issues/137) where chest boats and rafts didn't make wakes.
展开
版本: 0.4.2+1.21.4
支持游戏: 1.21.4
类型: Fabric
Beta
下载次数: 44,777
Wakes 0.4.1+1.21.4
wakes-0.4.1+1.21.4.jar下载0.4.1+1.21.4#Beta
0.4.1 for 1.21.4 as Satin is no longer needed
展开
版本: 0.4.1+1.21.4
支持游戏: 1.21.3, 1.21.4
类型: Fabric
Beta
下载次数: 40,256
Wakes 0.4.1+1.21.1
wakes-0.4.1+1.21.1.jar下载0.4.1+1.21.1#Beta
### Removed Satin Dependency
Thank you [Leclowndu93150](https://github.com/Leclowndu93150) for coming up with a solution for lighting that doesn't require Satin!
By removing Satin some light related bugs may have gone away. Hopefully this fixes issues such as [issue 91](https://github.com/Goby56/wakes/issues/91).
The removal of Satin also required me to change the look of the color picker to a HSV color wheel.
Thank you [Leclowndu93150](https://github.com/Leclowndu93150) for coming up with a solution for lighting that doesn't require Satin!
By removing Satin some light related bugs may have gone away. Hopefully this fixes issues such as [issue 91](https://github.com/Goby56/wakes/issues/91).
The removal of Satin also required me to change the look of the color picker to a HSV color wheel.
展开
版本: 0.4.1+1.21.1
支持游戏: 1.21, 1.21.1, 1.21.2
类型: Fabric
Beta
下载次数: 143,175
Wakes 0.4.0+1.20.1
wakes-0.4.0+1.20.1.jar下载0.4.0+1.20.1#Beta
Backport of 0.4.0 for 1.20.1
展开
版本: 0.4.0+1.20.1
支持游戏: 1.20, 1.20.1, 1.20.2
类型: Fabric
Beta
下载次数: 148,499
Wakes 0.4.0+1.21.1
wakes-0.4.0+1.21.1.jar下载0.4.0+1.21.1#Beta
### New and improved configs
- YACL dependency has been removed. Switched to Midnightconfig which is automatically included.
- Custom configuration screen for wakes that lets you change the color of each wake section.

### Visual changes
- Dynamic splash planes that looks more consistent with the wake simulation
- Improved splash particles

- YACL dependency has been removed. Switched to Midnightconfig which is automatically included.
- Custom configuration screen for wakes that lets you change the color of each wake section.

### Visual changes
- Dynamic splash planes that looks more consistent with the wake simulation
- Improved splash particles

展开
版本: 0.4.0+1.21.1
支持游戏: 1.21, 1.21.1
类型: Fabric
Beta
下载次数: 129,087
Wakes 0.3.0+1.20.1
wakes-0.3.0+1.20.1.jar下载0.3.0+1.20.1#Beta
### Backport to 1.20.1
- Also supports 1.20 and 1.20.2
- Also supports 1.20 and 1.20.2
展开
版本: 0.3.0+1.20.1
支持游戏: 1.20, 1.20.1, 1.20.2
类型: Fabric
Beta
下载次数: 164,940
Wakes 0.3.0+1.21.1
wakes-0.3.0+1.21.1.jar下载0.3.0+1.21.1#Beta
### Version bump
- Updated to 1.21.1
- Also supports 1.21
- Updated to 1.21.1
- Also supports 1.21
展开
版本: 0.3.0+1.21.1
支持游戏: 1.21, 1.21.1
类型: Fabric
Beta
下载次数: 604,861
Wakes 0.3.0+1.20.5
wakes-0.3.0+1.20.5.jar下载0.3.0+1.20.5#Beta
### Performance improvements
- Fixed memory leak ([issue 89](https://github.com/Goby56/wakes/issues/89))
- Fully utilized quad tree with "bricks" instead of nodes. This reduces render times.
- Textures are stored "per brick" which will take up a bit more memory but reduce texturing times as it is only done once per tick.
### Bug fixes
- Boat picking on water now works as expected but it can also be turned off. ([issue 82](https://github.com/Goby56/wakes/issues/82))
- Removed LODs as they gave no performance benefits
### Other changes
- Wakes will look a bit different on shaders. This is due to the new implementation of "bricks". You may have to tweak a config slider called "Shader light pass through" for it to look somewhat correct on your specific shader pack.
- Splash planes are now positioned at the sides of the boat and will not clip through as much. Splash clouds movement has also been changed.
For a more detailed changelog see: [Performance improvements](https://github.com/Goby56/wakes/pull/97)
- Fixed memory leak ([issue 89](https://github.com/Goby56/wakes/issues/89))
- Fully utilized quad tree with "bricks" instead of nodes. This reduces render times.
- Textures are stored "per brick" which will take up a bit more memory but reduce texturing times as it is only done once per tick.
### Bug fixes
- Boat picking on water now works as expected but it can also be turned off. ([issue 82](https://github.com/Goby56/wakes/issues/82))
- Removed LODs as they gave no performance benefits
### Other changes
- Wakes will look a bit different on shaders. This is due to the new implementation of "bricks". You may have to tweak a config slider called "Shader light pass through" for it to look somewhat correct on your specific shader pack.
- Splash planes are now positioned at the sides of the boat and will not clip through as much. Splash clouds movement has also been changed.
For a more detailed changelog see: [Performance improvements](https://github.com/Goby56/wakes/pull/97)
展开
版本: 0.3.0+1.20.5
支持游戏: 1.20.5, 1.20.6
类型: Fabric
Beta
下载次数: 6,205
Wakes 0.2.5+1.21
wakes-0.2.5+1.21.jar下载0.2.5+1.21#Beta
### Lilypad ripples
- When jumping on lilypads a wake simulation will be spawned beneath that lilypad.
- Requested by [Dylsnake](https://github.com/Dylsnake) a while back
### Pick "boat"
- Just as pick block, middle clicking on water now puts a boat in your hand
### Other fixes
- Wakes planes are now only on by default for boats (as per some requests)
- Level of detail option (doesn't really improve FPS but it's there)
- Node spawning now actually utilizes the quad tree structure. This should make the mod a bit more performant
- When jumping on lilypads a wake simulation will be spawned beneath that lilypad.
- Requested by [Dylsnake](https://github.com/Dylsnake) a while back
### Pick "boat"
- Just as pick block, middle clicking on water now puts a boat in your hand
### Other fixes
- Wakes planes are now only on by default for boats (as per some requests)
- Level of detail option (doesn't really improve FPS but it's there)
- Node spawning now actually utilizes the quad tree structure. This should make the mod a bit more performant
展开
版本: 0.2.5+1.21
支持游戏: 1.21
类型: Fabric
Beta
下载次数: 133,426
Wakes 0.2.4
wakes-0.2.4.jar下载0.2.4#Beta
### Version bump
- Updated to 1.20.4
- Also supports 1.20.3
- Updated to 1.20.4
- Also supports 1.20.3
展开
版本: 0.2.4
支持游戏: 1.20.3, 1.20.4
类型: Fabric
Beta
下载次数: 67,568
Wakes 0.2.4+1.20.1
wakes-0.2.4+1.20.1.jar下载0.2.4+1.20.1#Beta
### Wake styles removal
- One default look that should be more consistent
- The wakes are now blended per pixel manually rather than Minecrafts OpenGL's blending
- This has made it possible to half the number of quads renderer because the foam isn't renderer sperately now
### Improved splash planes
- Splash planes now lerp correctly at yaw 90
- Option to disable them while in first person to make them non obtrusive. (They are off by default)
- Fixes issue [#35](https://github.com/Goby56/wakes/issues/35) with planes not disappearing
### Other bug fixes
- Should fix issue [#46](https://github.com/Goby56/wakes/issues/46) with wakes visible through walls
- Missing config translations
- One default look that should be more consistent
- The wakes are now blended per pixel manually rather than Minecrafts OpenGL's blending
- This has made it possible to half the number of quads renderer because the foam isn't renderer sperately now
### Improved splash planes
- Splash planes now lerp correctly at yaw 90
- Option to disable them while in first person to make them non obtrusive. (They are off by default)
- Fixes issue [#35](https://github.com/Goby56/wakes/issues/35) with planes not disappearing
### Other bug fixes
- Should fix issue [#46](https://github.com/Goby56/wakes/issues/46) with wakes visible through walls
- Missing config translations
展开
版本: 0.2.4+1.20.1
支持游戏: 1.20, 1.20.1, 1.20.2
类型: Fabric
Beta
下载次数: 377,301
Wakes 0.2.3+1.19.2
wakes-0.2.3+1.19.2.jar下载0.2.3+1.19.2#Beta
### Backport
- Port to 1.19.2. Had no time for 1.19.3
### Fixes lighting bug
- Fix for [this](https://github.com/Goby56/wakes/issues/36) issue
- Port to 1.19.2. Had no time for 1.19.3
### Fixes lighting bug
- Fix for [this](https://github.com/Goby56/wakes/issues/36) issue
展开
版本: 0.2.3+1.19.2
支持游戏: 1.19.2
类型: Fabric
Beta
下载次数: 21,210
Wakes 0.2.3
wakes-0.2.3.jar下载0.2.3#Beta
### Dark wakes from above fix
- Fixes [this](https://github.com/Goby56/wakes/issues/34) issue
### Wakes visible below water
- You can now see the wakes from underneath the water when using fabulous graphic settings
### Config changes
- See [commit message](https://github.com/Goby56/wakes/commit/b826ad1e7195c83764fbf320268b1b46e8b760e6)
- You might need to delete your config folder and let the mod generate a new one
- Fixes [this](https://github.com/Goby56/wakes/issues/34) issue
### Wakes visible below water
- You can now see the wakes from underneath the water when using fabulous graphic settings
### Config changes
- See [commit message](https://github.com/Goby56/wakes/commit/b826ad1e7195c83764fbf320268b1b46e8b760e6)
- You might need to delete your config folder and let the mod generate a new one
展开
版本: 0.2.3
支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3
类型: Fabric
Beta
下载次数: 469,343
Wakes 0.2.2
wakes-0.2.2.jar下载0.2.2#Beta
### Splash planes
- A plane of water now shoots out on either side when traveling in water
- Can be turned off with [YACL](https://modrinth.com/mod/yacl) where additional configs also can be found
### Consistent splashes
- Splashes now depend on the vertical velocity instead of fall height
- Larger entities also create larger splashes
- Fixes [issue 32](https://github.com/Goby56/wakes/issues/32)

- A plane of water now shoots out on either side when traveling in water
- Can be turned off with [YACL](https://modrinth.com/mod/yacl) where additional configs also can be found
### Consistent splashes
- Splashes now depend on the vertical velocity instead of fall height
- Larger entities also create larger splashes
- Fixes [issue 32](https://github.com/Goby56/wakes/issues/32)

展开
版本: 0.2.2
支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
类型: Fabric
Beta
下载次数: 64,322
Wakes 0.2.1
wakes-0.2.1.jar下载0.2.1#Beta
### Dark wakes fix [(issue 14)](https://github.com/Goby56/wakes/issues/14)
- Some users were experiencing dark wakes. This only occured on some systems and seems to be a graphics issue. This update should fix this issue by changing the shader program used.
### Transparent water with fabulous graphics [(issue 22)](https://github.com/Goby56/wakes/issues/14)
- When using fabulous graphic settings the water beneath the wakes disappeard. This is becuase of Minecraft's translucency sorting and was fixed by changing the shader program.
### Shader program collision
- These two fixes may clash with each other if you were experiencing both bugs.
- Some users were experiencing dark wakes. This only occured on some systems and seems to be a graphics issue. This update should fix this issue by changing the shader program used.
### Transparent water with fabulous graphics [(issue 22)](https://github.com/Goby56/wakes/issues/14)
- When using fabulous graphic settings the water beneath the wakes disappeard. This is becuase of Minecraft's translucency sorting and was fixed by changing the shader program.
### Shader program collision
- These two fixes may clash with each other if you were experiencing both bugs.
展开
版本: 0.2.1
支持游戏: 1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4
类型: Fabric
Beta
下载次数: 9,905
Wakes 0.2.0 for 1.19.2
wakes-0.2.0-for-1.19.2.jar下载0.2.0#Beta
### Backport to 1.19.2
- This is purely a backport of the most recent version (0.2.0) of Wakes which should work for Minecraft 1.19.2. It adds __<u>no</u>__ new features!
- This is purely a backport of the most recent version (0.2.0) of Wakes which should work for Minecraft 1.19.2. It adds __<u>no</u>__ new features!
展开
版本: 0.2.0
支持游戏: 1.19.2
类型: Fabric
Beta
下载次数: 6,302
Wakes 0.2.0
wakes-0.2.0.jar下载0.2.0#Beta
### Beta!
- This release should fix some pretty major issues and I am therefore putting Wakes into beta.
- There are still some known issues. One of those being that wakes are darker and/or more transparent when viewed from straight above.
- The main goal during beta is to implement splash particles and other features.
### Wake resolution config mismatch
- YACL will no longer warn about config mismatches when changing the resolution of wakes.
### Wake spawning under water removed
- Wakes should no longer spawn in weird places such as underneath the water.
### Crash fix
- In all versions of the mod the game has been crashing with a ConcurrentModificationException.
- The last version tried to solve this but introduced another crash message. This version should put a stop for both.
- This release should fix some pretty major issues and I am therefore putting Wakes into beta.
- There are still some known issues. One of those being that wakes are darker and/or more transparent when viewed from straight above.
- The main goal during beta is to implement splash particles and other features.
### Wake resolution config mismatch
- YACL will no longer warn about config mismatches when changing the resolution of wakes.
### Wake spawning under water removed
- Wakes should no longer spawn in weird places such as underneath the water.
### Crash fix
- In all versions of the mod the game has been crashing with a ConcurrentModificationException.
- The last version tried to solve this but introduced another crash message. This version should put a stop for both.
展开
版本: 0.2.0
支持游戏: 1.20, 1.20.1, 1.20.2
类型: Fabric
Beta
下载次数: 417,135
Wakes 0.1.8
wakes-0.1.8.jar下载0.1.8#Alpha
### Lightmap lighting
- The lightmap is now sampled to give the wakes the correct lighting
- This may fix some renderering issues present in previous versions (notably [this](https://github.com/Goby56/wakes/issues/9) issue)
- However, it seems to bring a bug where the wakes take on a darker color when looked at straight from above
### Diagonal wakes fix
- Should fix weird wake placements in diagonal directions
### Wake resolution
- The resolution of which wakes render at can now be either doubled or halved (8x8, 16x16, 32x32)
- Higher resolutions may have noticable performance impacts
- The lightmap is now sampled to give the wakes the correct lighting
- This may fix some renderering issues present in previous versions (notably [this](https://github.com/Goby56/wakes/issues/9) issue)
- However, it seems to bring a bug where the wakes take on a darker color when looked at straight from above
### Diagonal wakes fix
- Should fix weird wake placements in diagonal directions
### Wake resolution
- The resolution of which wakes render at can now be either doubled or halved (8x8, 16x16, 32x32)
- Higher resolutions may have noticable performance impacts
展开
版本: 0.1.8
支持游戏: 1.20, 1.20.1, 1.20.2
类型: Fabric
Alpha
下载次数: 12,603
Wakes 0.1.7
wakes-0.1.7.jar下载0.1.7#Alpha
### Client syncing
- Wakes should now be seen by everyone with the mod installed
- Wake spawning and rendering should also be more consistent and potentially fix [this issue](https://github.com/Goby56/wakes/issues/9)
### Iris crash fix
- 0.1.6 introduced crashes if Iris wasn't installed
- This version will hopefully resolve [that issue](https://github.com/Goby56/wakes/issues/11)
### Removed wakes in spectator mode
- Wakes no longer spawn in spectator mode which resolves [this issue](https://github.com/Goby56/wakes/issues/6)
### Wake style and opacity slider
- The opacity of the wake can now be changed if the wake style is set to "subtle"
- If set to subtle, wakes will slowly fade out as time progresses

"Vibrant" (previous style) to the left and "Subtle" to the right
- Wakes should now be seen by everyone with the mod installed
- Wake spawning and rendering should also be more consistent and potentially fix [this issue](https://github.com/Goby56/wakes/issues/9)
### Iris crash fix
- 0.1.6 introduced crashes if Iris wasn't installed
- This version will hopefully resolve [that issue](https://github.com/Goby56/wakes/issues/11)
### Removed wakes in spectator mode
- Wakes no longer spawn in spectator mode which resolves [this issue](https://github.com/Goby56/wakes/issues/6)
### Wake style and opacity slider
- The opacity of the wake can now be changed if the wake style is set to "subtle"
- If set to subtle, wakes will slowly fade out as time progresses

"Vibrant" (previous style) to the left and "Subtle" to the right
展开
版本: 0.1.7
支持游戏: 1.20, 1.20.1, 1.20.2
类型: Fabric
Alpha
下载次数: 2,172
Wakes 0.1.6
wakes-0.1.6.jar下载0.1.6#Alpha
### Iris shader support
- Wakes are now compatible with [Iris](https://modrinth.com/mod/iris) shaders. (Optifine support may come in the future)
- Every shader will not work perfectly but currently the Complementary shaders work as intended. [Here's](https://github.com/Goby56/wakes/blob/main/shader_compat.md) a list of some of them
- Wakes are now compatible with [Iris](https://modrinth.com/mod/iris) shaders. (Optifine support may come in the future)
- Every shader will not work perfectly but currently the Complementary shaders work as intended. [Here's](https://github.com/Goby56/wakes/blob/main/shader_compat.md) a list of some of them
展开
版本: 0.1.6
支持游戏: 1.20, 1.20.1, 1.20.2
类型: Fabric
Alpha
下载次数: 12,390
Wakes 0.1.5
wakes-0.1.5.jar下载0.1.5#Alpha
### Wake spawning configs
- You can now change the spawning behaviour of wakes
- The setting allows the player to either turn off wakes, splashes, or both for different kinds of entities
- Currently this can be configured for boats, the player, other players, mobs, and items
### Lighting
- Before wakes where unaffected by light
- Now they become darker in darker areas
- You can now change the spawning behaviour of wakes
- The setting allows the player to either turn off wakes, splashes, or both for different kinds of entities
- Currently this can be configured for boats, the player, other players, mobs, and items
### Lighting
- Before wakes where unaffected by light
- Now they become darker in darker areas
展开
版本: 0.1.5
支持游戏: 1.20, 1.20.1, 1.20.2
类型: Fabric
Alpha
下载次数: 332
Wakes 0.1.4
wakes-0.1.4.jar下载0.1.4#Alpha
### Config file
- Configs will now be saved inside `wakes.json` inside the config folder
- Be careful editing this file directly, removing some entries can cause crashes
### Fixed crash present in previous versions
- On occasions the game would crash with a `ConcurrentModificationException` which would render the world unplayable
- This update is a potential fix for the crash but please report any issues on the [github](https://github.com/Goby56/wakes/issues)
### Splashes & more configs
- Splashes when falling into the water is now more consistent
- The minimum required speed to produce wakes is now configurable
- The same goes with splash strength
- Configs will now be saved inside `wakes.json` inside the config folder
- Be careful editing this file directly, removing some entries can cause crashes
### Fixed crash present in previous versions
- On occasions the game would crash with a `ConcurrentModificationException` which would render the world unplayable
- This update is a potential fix for the crash but please report any issues on the [github](https://github.com/Goby56/wakes/issues)
### Splashes & more configs
- Splashes when falling into the water is now more consistent
- The minimum required speed to produce wakes is now configurable
- The same goes with splash strength
展开
版本: 0.1.4
支持游戏: 1.20.1
类型: Fabric
Alpha
下载次数: 2,289
Wakes 0.1.3
wakes-0.1.3.jar下载0.1.3#Alpha
### YACL no longer required
YetAnotherConfigLib is now optional and if the player tries to access it through ModMenu a prompt to download it will be shown.
\+ Moved the wakes produced by paddles slightly forward
YetAnotherConfigLib is now optional and if the player tries to access it through ModMenu a prompt to download it will be shown.
\+ Moved the wakes produced by paddles slightly forward
展开
版本: 0.1.3
支持游戏: 1.20.1
类型: Fabric
Alpha
下载次数: 271
Wakes 0.1.2
wakes-0.1.2.jar下载0.1.2#Alpha
### Configs
- Switched to YACL for config handling.
- Added color ranges in the configs to easily change the colors that appear in the wakes.
- Configs don't save across Minecraft sessions yet.
### TODO:s
- Make configs persistent (config file)
- Make it so that YACL isn't required
Debug colors to determine wake values


- Switched to YACL for config handling.
- Added color ranges in the configs to easily change the colors that appear in the wakes.
- Configs don't save across Minecraft sessions yet.
### TODO:s
- Make configs persistent (config file)
- Make it so that YACL isn't required
Debug colors to determine wake values


展开
版本: 0.1.2
支持游戏: 1.20.1
类型: Fabric
Alpha
下载次数: 177
Wakes 0.1.1
wakes-0.1.1.jar下载0.1.1#Alpha
### Separate textures
Could not get screen blending to work so the white foam is now on a separate texture from the colored water.
### Paddle wakes
The oars on the boat now cause a slight ripple in the water

Could not get screen blending to work so the white foam is now on a separate texture from the colored water.
### Paddle wakes
The oars on the boat now cause a slight ripple in the water

展开
版本: 0.1.1
支持游戏: 1.20.1
类型: Fabric
Alpha
下载次数: 175
Wakes 0.1.0
wakes-0.1.0.jar下载0.1.0#Alpha
### First release contents
- Simulated water waves appear after entites if they travel fast enough
- Simple configs, mostly for debugging purposes (Cloth Config)
### TODO:s
- Wakes take the color of the water in the current biome
- More useful configurations
- Splash particles at the front of wakes
- Simulated water waves appear after entites if they travel fast enough
- Simple configs, mostly for debugging purposes (Cloth Config)
### TODO:s
- Wakes take the color of the water in the current biome
- More useful configurations
- Splash particles at the front of wakes
展开
版本: 0.1.0
支持游戏: 1.20.1
类型: Fabric
Alpha
下载次数: 366
收录