Skip to content

Commit

Permalink
Implement scrolling for recipe info in crafting gui
Browse files Browse the repository at this point in the history
  • Loading branch information
Qrox committed Feb 19, 2021
1 parent 2a5f212 commit 40f7e8e
Show file tree
Hide file tree
Showing 3 changed files with 263 additions and 270 deletions.
13 changes: 10 additions & 3 deletions data/raw/keybindings.json
Original file line number Diff line number Diff line change
Expand Up @@ -631,10 +631,17 @@
},
{
"type": "keybinding",
"id": "CYCLE_MODE",
"id": "SCROLL_RECIPE_INFO_UP",
"category": "CRAFTING",
"name": "Cycle display mode",
"bindings": [ { "input_method": "keyboard_any", "key": "m" } ]
"name": "Scroll recipe info up",
"bindings": [ { "input_method": "keyboard_any", "key": "[" } ]
},
{
"type": "keybinding",
"id": "SCROLL_RECIPE_INFO_DOWN",
"category": "CRAFTING",
"name": "Scroll recipe info down",
"bindings": [ { "input_method": "keyboard_any", "key": "]" } ]
},
{
"type": "keybinding",
Expand Down
Loading

0 comments on commit 40f7e8e

Please sign in to comment.