diff --git a/source/behavior/entities/1.13.0/components/minecraft.transformation.json b/source/behavior/entities/1.13.0/components/minecraft.transformation.json index 95ec850d..b47aac14 100644 --- a/source/behavior/entities/1.13.0/components/minecraft.transformation.json +++ b/source/behavior/entities/1.13.0/components/minecraft.transformation.json @@ -43,7 +43,7 @@ "block_types": { "type": "array", "description": "List of blocks that can help the transformation of this entity", - "items": { "$ref": "../../../../general/blocks/identifier.json" } + "items": { "$ref": "../../../../general/block/identifier.json" } }, "value": { "type": "number", "default": 0, "description": "Time in seconds before the entity transforms" } }