0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 09:16:20 +02:00

Change default ESP color for hoppers and droppers to white

This commit is contained in:
Alexander01998 2022-05-04 23:07:24 +02:00
parent 6738979631
commit 419581918b

View File

@ -73,12 +73,12 @@ public class ChestEspHack extends Hack implements UpdateListener,
private final ChestEspBlockGroup hoppers = new ChestEspBlockGroup( private final ChestEspBlockGroup hoppers = new ChestEspBlockGroup(
new ColorSetting("Hopper color", new ColorSetting("Hopper color",
"Hoppers will be highlighted in this color.", Color.BLACK), "Hoppers will be highlighted in this color.", Color.WHITE),
new CheckboxSetting("Include hoppers", false)); new CheckboxSetting("Include hoppers", false));
private final ChestEspBlockGroup droppers = new ChestEspBlockGroup( private final ChestEspBlockGroup droppers = new ChestEspBlockGroup(
new ColorSetting("Dropper color", new ColorSetting("Dropper color",
"Droppers will be highlighted in this color.", Color.BLACK), "Droppers will be highlighted in this color.", Color.WHITE),
new CheckboxSetting("Include droppers", false)); new CheckboxSetting("Include droppers", false));
private final ChestEspEntityGroup minecarts = new ChestEspEntityGroup( private final ChestEspEntityGroup minecarts = new ChestEspEntityGroup(