mirror of
https://github.com/kami-blue/client
synced 2025-02-03 22:11:49 +00:00
change invpreview default
This commit is contained in:
parent
ef010fbe20
commit
6beaa75c9a
@ -24,8 +24,8 @@ public class InventoryViewer extends Module
|
||||
private Setting<Integer> optionY;
|
||||
|
||||
public InventoryViewer() {
|
||||
this.optionX = this.register(Settings.i("X", 0));
|
||||
this.optionY = this.register(Settings.i("Y", 0));
|
||||
this.optionX = this.register(Settings.i("X", 198));
|
||||
this.optionY = this.register(Settings.i("Y", 469));
|
||||
}
|
||||
|
||||
private static void preboxrender() {
|
||||
|
Loading…
Reference in New Issue
Block a user