Skip to content

Commit

Permalink
Added full_cube constant to block geometry
Browse files Browse the repository at this point in the history
  • Loading branch information
stirante committed Dec 16, 2023
1 parent 27cc4b6 commit 40f018b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions source/behavior/blocks/format/components/geometry.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion source/behavior/blocks/format/components/unit_cube.json
Original file line number Diff line number Diff line change
@@ -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": {}
Expand Down

0 comments on commit 40f018b

Please sign in to comment.