9
0
mirror of https://github.com/Samsuik/Sakura.git synced 2025-12-29 03:39:07 +00:00

fix ender pearls teleporting players inside blocks

This commit is contained in:
Samsuik
2025-08-24 23:04:32 +01:00
parent 9aaeea7fd8
commit 1ab219495f
5 changed files with 58 additions and 7 deletions

View File

@@ -229,6 +229,7 @@ public final class WorldConfiguration extends ConfigurationPart {
public EnderPearl enderPearl = new EnderPearl();
public class EnderPearl extends ConfigurationPart {
public boolean useOutlineForCollision = false;
public boolean preventTeleportingInsideBlocks = false;
}
}