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

Unlock new TreeBot settings

This commit is contained in:
Alexander01998 2023-11-02 19:25:27 +01:00
parent a5227c8463
commit 2a10e9e88d

View File

@ -93,10 +93,8 @@ public final class TreeBotHack extends Hack
super("TreeBot");
setCategory(Category.BLOCKS);
addSetting(range);
// settings to be added in v7.39
// addSetting(facing);
// addSetting(swingHand);
addSetting(facing);
addSetting(swingHand);
}
@Override