1
0
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:
Bella 2019-11-20 22:26:46 -05:00
parent ef010fbe20
commit 6beaa75c9a

View File

@ -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() {