Configs: update
This commit is contained in:
parent
b7c8d9b398
commit
09cf544af0
4 changed files with 13 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
// Sets the interval in milliseconds in which certain packets are fired.
|
||||
// Lower numbers increase the speed but might be rejected by servers.
|
||||
// default: 10
|
||||
// Must be inclusively between 1 and 1000
|
||||
// Must be greater or equal to 1
|
||||
interaction-rate: 10
|
||||
// Enables right-clicking in recipe books/villager trading to swiftly craft/trade.
|
||||
// default: true
|
||||
|
@ -16,6 +16,13 @@
|
|||
// Enables using armor/elytra items to swap them with the currently equipped item.
|
||||
// default: true
|
||||
enable-quick-armor-swapping: true
|
||||
// Enables dropping items when pressing alt and clicking on them.
|
||||
// default: true
|
||||
enable-alt-dropping: true
|
||||
// This helps when you regularly move your mouse faster than the game can pick up.
|
||||
// This will impact performance though.
|
||||
// default: false
|
||||
better-fast-dragging: false
|
||||
}
|
||||
scrolling: {
|
||||
// Enables scrolling of stacks
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue