mirror of
https://github.com/Samsuik/Sakura.git
synced 2026-01-06 15:41:49 +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