mirror of
https://github.com/kami-blue/client
synced 2025-02-09 16:57:11 +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;
|
private Setting<Integer> optionY;
|
||||||
|
|
||||||
public InventoryViewer() {
|
public InventoryViewer() {
|
||||||
this.optionX = this.register(Settings.i("X", 0));
|
this.optionX = this.register(Settings.i("X", 198));
|
||||||
this.optionY = this.register(Settings.i("Y", 0));
|
this.optionY = this.register(Settings.i("Y", 469));
|
||||||
}
|
}
|
||||||
|
|
||||||
private static void preboxrender() {
|
private static void preboxrender() {
|
||||||
|
Loading…
Reference in New Issue
Block a user