added minecraft:mountain_parameters to biomes

This commit is contained in:
DaanV2
2021-06-03 13:48:22 +02:00
parent 242db7a131
commit 9fad9ca953
10 changed files with 203 additions and 84 deletions

View File

@@ -10,13 +10,15 @@
"type": "object",
"description": "List of components to add to the entity after the transformation",
"properties": { "component_groups": { "type": "array", "description": "Names of component groups to add", "items": { "type": "string" } } },
"title": "TODO Title",
"title": "Add",
"additionalProperties": false
},
"begin_transform_sound": { "type": "string", "description": "Sound to play when the transformation starts", "title": "TODO Title" },
"begin_transform_sound": { "type": "string", "description": "Sound to play when the transformation starts", "title": "Begin transform sound" },
"delay": {
"type": "object",
"description": "Defines the properties of the delay for the transformation",
"title": "Delay",
"additionalProperties": false,
"properties": {
"block_assist_chance": {
"type": "number",
@@ -41,18 +43,16 @@
"block_types": {
"type": "array",
"description": "List of blocks that can help the transformation of this entity",
"items": { "$ref": "../../../../general/blocks_identifiers.json" }
"items": { "$ref": "../../../../general/blocks/identifier.json" }
},
"value": { "type": "number", "default": 0, "description": "Time in seconds before the entity transforms" }
},
"title": "TODO Title",
"additionalProperties": false
}
},
"drop_equipment": {
"type": "boolean",
"default": false,
"description": "Cause the entity to drop all equipment upon transformation",
"title": "TODO Title"
"title": "Drop equipment"
},
"into": { "type": "string", "description": "Entity Definition that this entity will transform into", "title": "TODO Title" },
"keep_level": {