Added full_cube constant to block geometry (#205)
This commit is contained in:
@@ -6,6 +6,17 @@
|
|||||||
{
|
{
|
||||||
"type": "string"
|
"type": "string"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"identifier": {
|
||||||
|
"title": "Identifier",
|
||||||
|
"description": "The description identifier of the geometry file to use to render this block. This identifier must match an existing geometry identifier in any of the currently loaded resource packs.",
|
||||||
|
"type": "string",
|
||||||
|
"enum": ["minecraft:geometry.full_block"]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"$id": "blockception.minecraft.behavior.blocks.minecraft.unit_cube",
|
"$id": "blockception.minecraft.behavior.blocks.minecraft.unit_cube",
|
||||||
"title": "Unit Cube",
|
"title": "Unit Cube",
|
||||||
"description": "[Experimental] Specifies that a unit cube is to be used with tessellation.",
|
"description": "[Deprecated][Experimental] Specifies that a unit cube is to be used with tessellation.",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"additionalProperties": false,
|
"additionalProperties": false,
|
||||||
"properties": {}
|
"properties": {}
|
||||||
|
|||||||
Reference in New Issue
Block a user