diff --git a/source/behavior/entities/1.16.0/components/minecraft.transformation.json b/source/behavior/entities/1.16.0/components/minecraft.transformation.json index 3af37286..a2681720 100644 --- a/source/behavior/entities/1.16.0/components/minecraft.transformation.json +++ b/source/behavior/entities/1.16.0/components/minecraft.transformation.json @@ -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" } } diff --git a/source/behavior/entities/1.8.0/components/minecraft.breathable.json b/source/behavior/entities/1.8.0/components/minecraft.breathable.json index ab63026c..c152564b 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.breathable.json +++ b/source/behavior/entities/1.8.0/components/minecraft.breathable.json @@ -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" } } diff --git a/source/resource/particles/1.10.0/components/minecraft.particle_expire_if_not_in_blocks.json b/source/resource/particles/1.10.0/components/minecraft.particle_expire_if_not_in_blocks.json index 8d42fc6b..d7c43040 100644 --- a/source/resource/particles/1.10.0/components/minecraft.particle_expire_if_not_in_blocks.json +++ b/source/resource/particles/1.10.0/components/minecraft.particle_expire_if_not_in_blocks.json @@ -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" }