- Added a button to close the inventory. Just like back, and forward buttons, it accepts an icon and a model data.
For now it requires you to manually update config.yml and locale.yml
con config.yml add "X:..."
Code (YAML):
menu:
gui:
structure
:
-
". . . . . . . . ."
-
". . . . . . . . ."
-
". . . . . . . . ."
-
"# # # < X > # # #"
recipe
:
# You can use as a material
"#"
: BLACK_STAINED_GLASS_PANE
"X"
: REDSTONE
# or
"X":
icon
: REDSTONE
icon_amount
: 1
on locale.yml add "gui_close: ..."
Code (YAML):
gui_close
:
"&7Close"