Fixing block identifiers
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
"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/block/identifier.json" }
|
||||
},
|
||||
"value": { "type": "number", "default": 0, "description": "Time in seconds before the entity transforms" }
|
||||
}
|
||||
|
||||
@@ -45,25 +45,25 @@
|
||||
"breatheBlocks": {
|
||||
"type": "array",
|
||||
"description": "List of blocks this entity can breathe in, in addition to the above",
|
||||
"items": { "$ref": "../../../../general/blocks_identifiers.json" },
|
||||
"items": { "$ref": "../../../../general/block/identifier.json" },
|
||||
"title": "TODO Title"
|
||||
},
|
||||
"breathe_blocks": {
|
||||
"type": "array",
|
||||
"description": "List of blocks this entity can breathe in, in addition to the above",
|
||||
"items": { "$ref": "../../../../general/blocks_identifiers.json" },
|
||||
"items": { "$ref": "../../../../general/block/identifier.json" },
|
||||
"title": "TODO Title"
|
||||
},
|
||||
"nonBreatheBlocks": {
|
||||
"type": "array",
|
||||
"description": "List of blocks this entity can't breathe in, in addition to the above",
|
||||
"items": { "$ref": "../../../../general/blocks_identifiers.json" },
|
||||
"items": { "$ref": "../../../../general/block/identifier.json" },
|
||||
"title": "TODO Title"
|
||||
},
|
||||
"non_breathe_blocks": {
|
||||
"type": "array",
|
||||
"description": "List of blocks this entity can't breathe in, in addition to the above",
|
||||
"items": { "$ref": "../../../../general/blocks_identifiers.json" },
|
||||
"items": { "$ref": "../../../../general/block/identifier.json" },
|
||||
"title": "TODO Title"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,6 +3,6 @@
|
||||
"type": "array",
|
||||
"title": "Particle Expire If Not In Blocks Component For 1.10.0",
|
||||
"additionalProperties": false,
|
||||
"items": { "$ref": "../../../../general/blocks_identifiers.json", "description": "TODO description", "title": "TODO Title" },
|
||||
"items": { "$ref": "../../../../general/block/identifier.json", "description": "TODO description", "title": "TODO Title" },
|
||||
"description": "TODO description"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user