Private
Public Access
1
0

improve scan radius changing

This commit is contained in:
2026-05-25 07:50:03 +02:00
parent 6813ac84d0
commit b8e356cb23
3 changed files with 8 additions and 2 deletions

View File

@@ -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

View File

@@ -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"
}

View File

@@ -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"
}