diff --git a/OrekiWoofsBeehives/BlockEntities/BlockEntityReusableBeehive.cs b/OrekiWoofsBeehives/BlockEntities/BlockEntityReusableBeehive.cs index 52e83c6..1e94907 100644 --- a/OrekiWoofsBeehives/BlockEntities/BlockEntityReusableBeehive.cs +++ b/OrekiWoofsBeehives/BlockEntities/BlockEntityReusableBeehive.cs @@ -158,6 +158,12 @@ public class BlockEntityReusableBeehive : BlockEntityContainer, IModEntity { if (registeredRadius == Config.Instance.BeehiveRadius) return; + + scanningProgress = 0; + rescanningProgress = 0; + FlowersAround = null; + CropsAround = null; + wasFullyScanned = false; var plantPositionRegistry = Api.GetPlantPositionRegistry(); try diff --git a/OrekiWoofsBeehives/modinfo.json b/OrekiWoofsBeehives/modinfo.json index afebb63..13c12ad 100644 --- a/OrekiWoofsBeehives/modinfo.json +++ b/OrekiWoofsBeehives/modinfo.json @@ -7,7 +7,7 @@ "OrekiWoof" ], "description": "Beehive with 8 slots for honey frames. Boosts your plants.", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "dependencies": { "game": "1.21.0" } diff --git a/RoamingBees/RoamingBees/modinfo.json b/RoamingBees/RoamingBees/modinfo.json index b037d21..8f8d352 100644 --- a/RoamingBees/RoamingBees/modinfo.json +++ b/RoamingBees/RoamingBees/modinfo.json @@ -7,7 +7,7 @@ "OrekiWoof" ], "description": "Cute immersive roaming bees. Now on vanilla skeps and other mods' hives.", - "version": "2.0.0-rc.1", + "version": "2.0.0-rc.2", "dependencies": { "game": "1.21.0" }