From 40f018b0bf3388255143d74350fdad63510d3fe5 Mon Sep 17 00:00:00 2001 From: stirante Date: Sat, 16 Dec 2023 11:24:03 +0100 Subject: [PATCH] Added full_cube constant to block geometry --- .../behavior/blocks/format/components/geometry.json | 11 +++++++++++ .../behavior/blocks/format/components/unit_cube.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/source/behavior/blocks/format/components/geometry.json b/source/behavior/blocks/format/components/geometry.json index f7b83f94..43c7b139 100644 --- a/source/behavior/blocks/format/components/geometry.json +++ b/source/behavior/blocks/format/components/geometry.json @@ -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, diff --git a/source/behavior/blocks/format/components/unit_cube.json b/source/behavior/blocks/format/components/unit_cube.json index f792b45e..b90e134b 100644 --- a/source/behavior/blocks/format/components/unit_cube.json +++ b/source/behavior/blocks/format/components/unit_cube.json @@ -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": {}