9
0
mirror of https://github.com/LeavesMC/Leaves.git synced 2025-12-30 04:19:30 +00:00

Modify end void rings generation (#722)

* Modify end void rings generation

* move to fix

* fix up

---------

Co-authored-by: MC_XiaoHei <xor7xiaohei@gmail.com>
This commit is contained in:
Helvetica Volubi
2025-08-31 11:55:49 +08:00
committed by GitHub
parent b16a74c694
commit ff184c1da6
2 changed files with 22 additions and 0 deletions

View File

@@ -1237,5 +1237,8 @@ public final class LeavesConfig {
public enum CollisionBehavior {
VANILLA, BLOCK_SHAPE_VANILLA, PAPER
}
@GlobalConfig("vanilla-end-void-rings")
public boolean vanillaEndVoidRings = false;
}
}