diff --git a/.timetracker b/.timetracker index 49305c2..0406096 100644 --- a/.timetracker +++ b/.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 } ] } \ No newline at end of file diff --git a/OrekiWoofsBeehives/Patches/BEFarmland_GetGrowthRate_Patch.cs b/OrekiWoofsBeehives/Patches/BEFarmland_GetGrowthRate_Patch.cs index dd18f4b..d6d6c34 100644 --- a/OrekiWoofsBeehives/Patches/BEFarmland_GetGrowthRate_Patch.cs +++ b/OrekiWoofsBeehives/Patches/BEFarmland_GetGrowthRate_Patch.cs @@ -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 diff --git a/OrekiWoofsBeehives/assets/orekiwoofsbeehives/blocktypes/beehiveframe.json b/OrekiWoofsBeehives/assets/orekiwoofsbeehives/blocktypes/beehiveframe.json index 3d2ebf6..ddbdcbf 100644 --- a/OrekiWoofsBeehives/assets/orekiwoofsbeehives/blocktypes/beehiveframe.json +++ b/OrekiWoofsBeehives/assets/orekiwoofsbeehives/blocktypes/beehiveframe.json @@ -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" },