This commit is contained in:
DaanV2
2021-06-08 22:46:21 +02:00
parent bfdf622af2
commit 4d55ce63e0
17 changed files with 31 additions and 13 deletions

View File

@@ -5,6 +5,12 @@
"description": "Enables an entity to float on the specified liquid blocks.",
"additionalProperties": false,
"properties": {
"base_buoyancy": {
"type": "number",
"default": 0,
"description": "UNDOCUMENTATED",
"title": "Base Buoyancy"
},
"apply_gravity": {
"type": "boolean",
"default": true,