You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/behavior/items/format/components/icon.json
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -9,14 +9,18 @@
9
9
},
10
10
{
11
11
"type": "object",
12
-
"additionalProperties": true,
12
+
"additionalProperties": false,
13
13
"required": ["textures"],
14
14
"properties": {
15
15
"textures": {
16
16
"title": "Textures",
17
17
"description": "Contains key-value pairs of textures used by the item",
18
18
"type": "object",
19
-
"additionalProperties": true,
19
+
"additionalProperties": {
20
+
"type": "string",
21
+
"title": "Texture",
22
+
"description": "The key from the resource_pack/textures/item_texture.json `texture_data` object associated with the texture file Example: blaze_powder."
0 commit comments