Skip to content

Commit

Permalink
Added more UI buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
TheBusyBiscuit committed Dec 22, 2019
1 parent b5fd2d6 commit b55c35f
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 1 deletion.
Binary file modified assets/minecraft/textures/slimefun/_ui_background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 21 additions & 1 deletion models.json
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@

"_UI_BACKGROUND": {
"item": "gray_stained_glass_pane",
"template": "ITEM",
"template": "BLOCK",
"data": 4000
},
"_UI_BACK": {
Expand All @@ -788,5 +788,25 @@
"item": "name_tag",
"template": "ITEM",
"data": 4000
},
"_UI_PREVIOUS_ACTIVE": {
"item": "lime_stained_glass_pane",
"template": "BLOCK",
"data": 4000
},
"_UI_NEXT_ACTIVE": {
"item": "lime_stained_glass_pane",
"template": "BLOCK",
"data": 4001
},
"_UI_PREVIOUS_INACTIVE": {
"item": "black_stained_glass_pane",
"template": "BLOCK",
"data": 4000
},
"_UI_NEXT_INACTIVE": {
"item": "black_stained_glass_pane",
"template": "BLOCK",
"data": 4001
}
}

0 comments on commit b55c35f

Please sign in to comment.