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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user