diff options
author | makamys <makamys@outlook.com> | 2021-05-09 07:17:04 +0200 |
---|---|---|
committer | makamys <makamys@outlook.com> | 2021-05-09 07:17:04 +0200 |
commit | 0931696d367063a547f1e30be7fa4ac968070f76 (patch) | |
tree | 7ae600f619951a8097d44c47ddddf07cdbfe4f75 /src/main/resources | |
parent | 7ee84793385544d646be3d18dd3da8904e917939 (diff) | |
download | Neodymium-0931696d367063a547f1e30be7fa4ac968070f76.tar.gz Neodymium-0931696d367063a547f1e30be7fa4ac968070f76.tar.bz2 Neodymium-0931696d367063a547f1e30be7fa4ac968070f76.zip |
Patch RenderBlocks to not render sides of water on the edge of the world
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/lodmod.mixin.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main/resources/lodmod.mixin.json b/src/main/resources/lodmod.mixin.json index 65e6dd4..6e63262 100644 --- a/src/main/resources/lodmod.mixin.json +++ b/src/main/resources/lodmod.mixin.json @@ -11,6 +11,7 @@ "MixinSoundManager", "MixinSoundManager", "MixinTessellator", - "MixinWorldRenderer" + "MixinWorldRenderer", + "MixinRenderBlocks" ] } |