From 6a1288c327591a3209b7b0537c69fcbf643b3828 Mon Sep 17 00:00:00 2001 From: granny Date: Wed, 26 Nov 2025 22:27:05 -0800 Subject: [PATCH] delete obsolete method --- .../minecraft/world/entity/animal/bee/Bee.java.patch | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/purpur-server/minecraft-patches/sources/net/minecraft/world/entity/animal/bee/Bee.java.patch b/purpur-server/minecraft-patches/sources/net/minecraft/world/entity/animal/bee/Bee.java.patch index 6ab0f2692..375305e4b 100644 --- a/purpur-server/minecraft-patches/sources/net/minecraft/world/entity/animal/bee/Bee.java.patch +++ b/purpur-server/minecraft-patches/sources/net/minecraft/world/entity/animal/bee/Bee.java.patch @@ -9,17 +9,6 @@ this.setPathfindingMalus(PathType.WATER_BORDER, 16.0F); this.setPathfindingMalus(PathType.COCOA, -1.0F); this.setPathfindingMalus(PathType.FENCE, -1.0F); -@@ -367,6 +_,10 @@ - } - } - -+ /*public static boolean isNightOrRaining(Level level) { -+ return level.dimensionType().hasSkyLight() && (level.isDarkOutside() && !level.purpurConfig.beeCanWorkAtNight || level.isRaining() && !level.purpurConfig.beeCanWorkInRain); // Purpur - Bee can work when raining or at night -+ }*/ -+ - public void setStayOutOfHiveCountdown(int stayOutOfHiveCountdown) { - this.stayOutOfHiveCountdown = stayOutOfHiveCountdown; - } @@ -387,7 +_,7 @@ @Override protected void customServerAiStep(ServerLevel level) {