Fixing is_stackable
This commit is contained in:
@@ -87,7 +87,7 @@
|
|||||||
"minecraft:is_saddled": { "$ref": "../1.8.0/components/minecraft.is_saddled.json" },
|
"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_shaking": { "$ref": "../1.8.0/components/minecraft.is_shaking.json" },
|
||||||
"minecraft:is_sheared": { "$ref": "../1.8.0/components/minecraft.is_sheared.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_stunned": { "$ref": "../1.8.0/components/minecraft.is_stunned.json" },
|
||||||
"minecraft:is_tamed": { "$ref": "../1.8.0/components/minecraft.is_tamed.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" },
|
"minecraft:item_controllable": { "$ref": "../1.8.0/components/minecraft.item_controllable.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
|
||||||
|
}
|
||||||
@@ -87,7 +87,7 @@
|
|||||||
"minecraft:is_saddled": { "$ref": "../1.8.0/components/minecraft.is_saddled.json" },
|
"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_shaking": { "$ref": "../1.8.0/components/minecraft.is_shaking.json" },
|
||||||
"minecraft:is_sheared": { "$ref": "../1.8.0/components/minecraft.is_sheared.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_stunned": { "$ref": "../1.8.0/components/minecraft.is_stunned.json" },
|
||||||
"minecraft:is_tamed": { "$ref": "../1.8.0/components/minecraft.is_tamed.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" },
|
"minecraft:item_controllable": { "$ref": "../1.8.0/components/minecraft.item_controllable.json" },
|
||||||
|
|||||||
@@ -5,5 +5,5 @@
|
|||||||
"title": "Is Stackable 1.8.0",
|
"title": "Is Stackable 1.8.0",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"required": [],
|
"required": [],
|
||||||
"properties": { "value": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "TODO Title" } }
|
"properties": { "value": { "type": "boolean", "description": "UNDOCUMENTATED", "title": "Value" } }
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user