Private
Public Access
1
0

support for CarryOn for moving Beehive blocks

This commit is contained in:
2026-05-24 08:36:45 +02:00
parent 1776a26374
commit 3c02539207
2 changed files with 26 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
{ {
"total": 646950, "total": 649100,
"sessions": [ "sessions": [
{ {
"begin": "2026-01-09T17:26:02+01:00", "begin": "2026-01-09T17:26:02+01:00",
@@ -1485,6 +1485,11 @@
"begin": "2026-05-24T06:53:21+02:00", "begin": "2026-05-24T06:53:21+02:00",
"end": "2026-05-24T08:00:35+02:00", "end": "2026-05-24T08:00:35+02:00",
"duration": 4033 "duration": 4033
},
{
"begin": "2026-05-24T08:00:36+02:00",
"end": "2026-05-24T08:36:26+02:00",
"duration": 2150
} }
] ]
} }

View File

@@ -0,0 +1,20 @@
[
{
"op": "addMerge",
"path": "/behaviors",
"value": [
{
"name": "Carryable",
"properties": {
"interactDelay": 0.8
}
}
],
"file": "orekiwoofsbeehives:blocktypes/beehive",
"dependsOn": [
{
"modid": "carryon"
}
]
}
]