-
Added a config to change the border, back, and forward items accepting custom model data.
Code (YAML):
menu:
gui:
structure
:
-
". . . . . . . . ."
-
". . . . . . . . ."
-
". . . . . . . . ."
-
"# # # < # > # # #"
recipe
:
# You can use as a material
"#"
: BLACK_STAINED_GLASS_PANE
# You can use as an item with model data
"<":
icon
: RED_STAINED_GLASS_PANE
icon_model_data
: 10
">":
icon
: LIME_STAINED_GLASS_PANE
icon_model_data
: 0
-
Fixed the back and forward button