Added base examples

This commit is contained in:
DaanV2
2021-10-11 18:10:42 +02:00
parent f188cfa6ee
commit 67ccb3d2d1
134 changed files with 2414 additions and 385 deletions

View File

@@ -45,7 +45,10 @@
"type": "array",
"description": "List of blocks this entity can float on. Must be a liquid block.",
"title": "Liquid Blocks",
"items": { "type": "string", "title": "Block ID" }
"items": {
"type": "string",
"title": "Block ID"
}
},
"simulate_waves": {
"type": "boolean",
@@ -53,5 +56,17 @@
"description": "Should the movement simulate waves going through.",
"title": "Simulate Waves"
}
}
},
"examples": [
{
"base_buoyancy": 0,
"apply_gravity": true,
"buoyancy": 1,
"big_wave_probability": 0.03,
"big_wave_speed": 10,
"drag_down_on_buoyancy_removed": 0,
"liquid_blocks": [],
"simulate_waves": true
}
]
}