ADD: Multipage chestgui support, javadoc
This commit is contained in:
parent
e1c522e7a1
commit
c8136451e0
17 changed files with 336 additions and 2 deletions
9
src/main/resources/assets/libzontreck/lang/en_us.json
Normal file
9
src/main/resources/assets/libzontreck/lang/en_us.json
Normal 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"
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "libzontreck:item/chestgui_add"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "libzontreck:item/chestgui_back"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "libzontreck:item/chestgui_forward"
|
||||
}
|
||||
}
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"parent": "item/generated",
|
||||
"textures": {
|
||||
"layer0": "libzontreck:item/chestgui_remove"
|
||||
}
|
||||
}
|
|
@ -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 |
Reference in a new issue