diff --git a/.timetracker b/.timetracker index 19e5b03..0d17be3 100644 --- a/.timetracker +++ b/.timetracker @@ -1,5 +1,5 @@ { - "total": 646950, + "total": 649100, "sessions": [ { "begin": "2026-01-09T17:26:02+01:00", @@ -1485,6 +1485,11 @@ "begin": "2026-05-24T06:53:21+02:00", "end": "2026-05-24T08:00:35+02:00", "duration": 4033 + }, + { + "begin": "2026-05-24T08:00:36+02:00", + "end": "2026-05-24T08:36:26+02:00", + "duration": 2150 } ] } \ No newline at end of file diff --git a/OrekiWoofsBeehives/assets/orekiwoofsbeehives/patches/carryon.json b/OrekiWoofsBeehives/assets/orekiwoofsbeehives/patches/carryon.json new file mode 100644 index 0000000..5ad3b42 --- /dev/null +++ b/OrekiWoofsBeehives/assets/orekiwoofsbeehives/patches/carryon.json @@ -0,0 +1,20 @@ +[ + { + "op": "addMerge", + "path": "/behaviors", + "value": [ + { + "name": "Carryable", + "properties": { + "interactDelay": 0.8 + } + } + ], + "file": "orekiwoofsbeehives:blocktypes/beehive", + "dependsOn": [ + { + "modid": "carryon" + } + ] + } +]