9
0
mirror of https://github.com/Samsuik/Sakura.git synced 2025-12-30 04:09:09 +00:00

configure enderpearls being slowed down by water

This commit is contained in:
Samsuik
2025-09-28 13:47:19 +01:00
parent be7650ff6d
commit 590ddfe056
2 changed files with 8 additions and 1 deletions

View File

@@ -229,6 +229,7 @@ public final class WorldConfiguration extends ConfigurationPart {
public class EnderPearl extends ConfigurationPart {
public boolean useOutlineForCollision = false;
public boolean preventTeleportingInsideBlocks = false;
public boolean slowedDownByWater = true;
}
}