Misc entity fixes (#248)

* - Misc entity fixes

* - Update entity sensor

* Update source/behavior/entities/format/behaviors/dig.json

Co-authored-by: Daan Verstraten <daanverstraten@hotmail.com>

* - Change entity sensor range property

* - Fix

---------

Co-authored-by: Daan Verstraten <daanverstraten@hotmail.com>
This commit is contained in:
Xterionix
2024-03-23 11:20:51 +05:00
committed by GitHub
parent 6f7a2802ec
commit 798221290d
12 changed files with 75 additions and 16 deletions

View File

@@ -8,6 +8,12 @@
"properties": {
"priority": {
"$ref": "./types/priority.json"
},
"sink_with_passengers": {
"title": "Sink With Passengers",
"description": "If true, the mob will keep sinking as long as it has passengers.",
"type": "boolean",
"default": false
}
}
}