Added full_cube constant to block geometry (#205)

This commit is contained in:
Piotr Brzozowski
2023-12-16 16:24:54 +01:00
committed by GitHub
parent 054b3f13a3
commit 0e31d70564
2 changed files with 12 additions and 1 deletions

View File

@@ -6,6 +6,17 @@
{
"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",
"additionalProperties": false,

View File

@@ -1,7 +1,7 @@
{
"$id": "blockception.minecraft.behavior.blocks.minecraft.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",
"additionalProperties": false,
"properties": {}