Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added full_cube constant to block geometry #205

Merged
merged 1 commit into from
Dec 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading