fix crash in 1.22 when placing frames on ground
This commit is contained in:
22
.timetracker
22
.timetracker
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"total": 637354,
|
||||
"total": 642801,
|
||||
"sessions": [
|
||||
{
|
||||
"begin": "2026-01-09T17:26:02+01:00",
|
||||
@@ -1455,6 +1455,26 @@
|
||||
"begin": "2026-05-23T03:10:56+02:00",
|
||||
"end": "2026-05-23T03:44:31+02:00",
|
||||
"duration": 2015
|
||||
},
|
||||
{
|
||||
"begin": "2026-05-24T04:17:33+02:00",
|
||||
"end": "2026-05-24T04:42:36+02:00",
|
||||
"duration": 1503
|
||||
},
|
||||
{
|
||||
"begin": "2026-05-24T05:43:24+02:00",
|
||||
"end": "2026-05-24T06:28:26+02:00",
|
||||
"duration": 2702
|
||||
},
|
||||
{
|
||||
"begin": "2026-05-24T06:28:37+02:00",
|
||||
"end": "2026-05-24T06:48:38+02:00",
|
||||
"duration": 1201
|
||||
},
|
||||
{
|
||||
"begin": "2026-05-24T06:50:13+02:00",
|
||||
"end": "2026-05-24T06:50:54+02:00",
|
||||
"duration": 41
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -18,7 +18,7 @@ public static class BEFarmland_GetGrowthRate_Patch
|
||||
}
|
||||
}
|
||||
|
||||
#if DEBUG22
|
||||
#if VERSION22
|
||||
[HarmonyPatch(typeof(BlockEntitySoilNutrition), nameof(BlockEntitySoilNutrition.GetGrowthRate), [typeof(EnumSoilNutrient)])]
|
||||
[HarmonyPatchCategory("1.22")]
|
||||
public static class BESoilNutrition_GetGrowthRate_Patch
|
||||
|
||||
@@ -23,7 +23,9 @@
|
||||
"beehiveframe-filled-feed": {
|
||||
"center": "game:block/food/grain/flax"
|
||||
}
|
||||
}
|
||||
},
|
||||
"collisionBox": { "x1": 0.125, "y1": 0, "z1": 0.125, "x2": 0.875, "y2": 0.0625, "z2": 0.875 },
|
||||
"selectionBox": { "x1": 0.125, "y1": 0, "z1": 0.125, "x2": 0.875, "y2": 0.0625, "z2": 0.875 }
|
||||
}
|
||||
},
|
||||
{ "name": "Unplaceable" },
|
||||
|
||||
Reference in New Issue
Block a user