diff --git a/source/behavior/entities/1.16.0/components.json b/source/behavior/entities/1.16.0/components.json index 7e38e67a..97e4ba5f 100644 --- a/source/behavior/entities/1.16.0/components.json +++ b/source/behavior/entities/1.16.0/components.json @@ -87,7 +87,7 @@ "minecraft:is_saddled": { "$ref": "../1.8.0/components/minecraft.is_saddled.json" }, "minecraft:is_shaking": { "$ref": "../1.8.0/components/minecraft.is_shaking.json" }, "minecraft:is_sheared": { "$ref": "../1.8.0/components/minecraft.is_sheared.json" }, - "minecraft:is_stackable": { "$ref": "../1.8.0/components/minecraft.is_stackable.json" }, + "minecraft:is_stackable": { "$ref": "./components/minecraft.is_stackable.json" }, "minecraft:is_stunned": { "$ref": "../1.8.0/components/minecraft.is_stunned.json" }, "minecraft:is_tamed": { "$ref": "../1.8.0/components/minecraft.is_tamed.json" }, "minecraft:item_controllable": { "$ref": "../1.8.0/components/minecraft.item_controllable.json" }, diff --git a/source/behavior/entities/1.16.0/components/minecraft.is_stackable.json b/source/behavior/entities/1.16.0/components/minecraft.is_stackable.json new file mode 100644 index 00000000..646dbe69 --- /dev/null +++ b/source/behavior/entities/1.16.0/components/minecraft.is_stackable.json @@ -0,0 +1,7 @@ +{ + "$id": "blockception.minecraft.behavior.entities.1.16.0.minecraft.is_stackable", + "description": "Sets that this entity can be stacked.", + "type": "object", + "title": "Is Stackable 1.16.0", + "additionalProperties": false +} diff --git a/source/behavior/entities/1.16.100/components.json b/source/behavior/entities/1.16.100/components.json index 1d59a916..5e78244c 100644 --- a/source/behavior/entities/1.16.100/components.json +++ b/source/behavior/entities/1.16.100/components.json @@ -87,7 +87,7 @@ "minecraft:is_saddled": { "$ref": "../1.8.0/components/minecraft.is_saddled.json" }, "minecraft:is_shaking": { "$ref": "../1.8.0/components/minecraft.is_shaking.json" }, "minecraft:is_sheared": { "$ref": "../1.8.0/components/minecraft.is_sheared.json" }, - "minecraft:is_stackable": { "$ref": "../1.8.0/components/minecraft.is_stackable.json" }, + "minecraft:is_stackable": { "$ref": "../1.16.0/components/minecraft.is_stackable.json" }, "minecraft:is_stunned": { "$ref": "../1.8.0/components/minecraft.is_stunned.json" }, "minecraft:is_tamed": { "$ref": "../1.8.0/components/minecraft.is_tamed.json" }, "minecraft:item_controllable": { "$ref": "../1.8.0/components/minecraft.item_controllable.json" }, diff --git a/source/behavior/entities/1.8.0/components/minecraft.is_stackable.json b/source/behavior/entities/1.8.0/components/minecraft.is_stackable.json index 985e42c3..e4c2f2ed 100644 --- a/source/behavior/entities/1.8.0/components/minecraft.is_stackable.json +++ b/source/behavior/entities/1.8.0/components/minecraft.is_stackable.json @@ -5,5 +5,5 @@ "title": "Is Stackable 1.8.0", "additionalProperties": false, "required": [], - "properties": { "value": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "TODO Title" } } + "properties": { "value": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "Value" } } }