ADD: Multipage chestgui support, javadoc

This commit is contained in:
zontreck 2024-01-09 03:14:14 -07:00
parent e1c522e7a1
commit c8136451e0
17 changed files with 336 additions and 2 deletions

View file

@ -0,0 +1,9 @@
{
"itemGroup.tabs.libzontreck": "Aria's Library",
"item.libzontreck.chestgui_add": "Add",
"item.libzontreck.chestgui_remove": "Remove",
"item.libzontreck.chestgui_back": "Previous Page",
"item.libzontreck.chestgui_forward": "Next Page",
"item.libzontreck.chestgui_reset": "Reset"
}

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "libzontreck:item/chestgui_add"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "libzontreck:item/chestgui_back"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "libzontreck:item/chestgui_forward"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "libzontreck:item/chestgui_remove"
}
}

View file

@ -0,0 +1,6 @@
{
"parent": "item/generated",
"textures": {
"layer0": "libzontreck:item/chestgui_reset"
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 206 B