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

prevent placing spawn eggs inside blocks

This commit is contained in:
Samsuik
2025-08-24 23:33:07 +01:00
parent 6ebc6c8254
commit 95278079e2
2 changed files with 42 additions and 1 deletions

View File

@@ -186,9 +186,10 @@ public final class WorldConfiguration extends ConfigurationPart {
public double shieldHitKnockback = 0.5;
}
@Comment("Prevents players swimming using elytra or riptide to enter holes")
@Comment("Prevents players swimming, gliding or using riptide to enter small holes")
public boolean posesShrinkCollisionBox = true;
public boolean fishingHooksPullEntities = true;
public boolean preventPlacingSpawnEggsInsideBlocks = false;
}
public Entity entity;