We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e76cd commit ec3a2dbCopy full SHA for ec3a2db
2 files changed
index.html
@@ -110,7 +110,6 @@
110
<option value="27">Row: 27</option>
111
<option value="18">Row: 18</option>
112
<option value="9">Row: 9</option>
113
- <option value="5">Row: 5</option>
114
</select>
115
<input id="gui-image-upload" type="file" accept="image/*" onchange="change_gui_image(event)" hidden>
116
<label id="gui-image-label" for="gui-image-upload" class="bg-[#282c38] rounded-sm shadow-sm h-8 w-1/2 pl-1.5 block content-center truncate">Upload Gui Texture</label>
src/docs/convert/font&gui.md
@@ -60,9 +60,8 @@ Example:
60
"ignore": true,
61
"gui": {
62
"offset": [40,21],
63
- "smallchest": true,
64
- "largechest": true
65
- }
+ "row": 54,
+ }
66
}
67
68
0 commit comments