-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gallery): Update code samples and gallery (#43)
* fix(gallery): Update code samples and gallery
- Loading branch information
Showing
84 changed files
with
4,259 additions
and
1,247 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"title": "Geometry", | ||
"description": "Specifies the geometry description identifier to use to render this block.", | ||
"fields": [ | ||
{ | ||
"id": "identifier", | ||
"dataType": 2, | ||
"description": "The geometry description identifier to use to render this block. This identifier must match an existing geometry identifier in any of the currently loaded resource packs." | ||
}, | ||
{ | ||
"id": "bone_visibility", | ||
"dataType": 27, | ||
"description": "Defines the visibility of individual bones in the geometry file. \n\nNote that all bones default to 'true,' so bones should only be defined if they are being set to 'false.' Including bones set to 'true' will work the same as the default." | ||
} | ||
], | ||
"id": "minecraft:geometry" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"title": "Can climb", | ||
"description": "Allows an entity to climb ladders.", | ||
"fields": [] | ||
} |
5 changes: 5 additions & 0 deletions
5
app/public/data/forms/entity_minecraft_is_hidden_when_invisible.form.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"title": "Is Hidden When Invisible", | ||
"description": "The entity can hide from hostile mobs while invisible.", | ||
"fields": [] | ||
} |
Oops, something went wrong.