Minecraft Version
26.1
Moonrise Version
26.1
Mod Loader
Fabric
Logs and Crash Reports
irrelevant
Additional Context
I recently noticed that you have updated to version 26.1, but you seem to have forgotten to update LevelChunkSectionMixin.java mixin.
Mojang has fixed this: https://github.com/Tuinity/Moonrise/blob/mc/26.1/src/main/java/ca/spottedleaf/moonrise/mixin/block_counting/LevelChunkSectionMixin.java#L138
And now there's a new variable called fluidCount that is incremented here instead of the incorrect use of nonemptyblockcount here:
https://github.com/Tuinity/Moonrise/blob/mc/26.1/src/main/java/ca/spottedleaf/moonrise/mixin/block_counting/LevelChunkSectionMixin.java#L203
Minecraft Version
26.1
Moonrise Version
26.1
Mod Loader
Fabric
Logs and Crash Reports
irrelevant
Additional Context
I recently noticed that you have updated to version 26.1, but you seem to have forgotten to update LevelChunkSectionMixin.java mixin.
Mojang has fixed this: https://github.com/Tuinity/Moonrise/blob/mc/26.1/src/main/java/ca/spottedleaf/moonrise/mixin/block_counting/LevelChunkSectionMixin.java#L138
And now there's a new variable called fluidCount that is incremented here instead of the incorrect use of nonemptyblockcount here:
https://github.com/Tuinity/Moonrise/blob/mc/26.1/src/main/java/ca/spottedleaf/moonrise/mixin/block_counting/LevelChunkSectionMixin.java#L203