added a warning for autotnt place mode

this is temporary until the calculation algorithm is improved
This commit is contained in:
Stormybytes
2021-09-11 16:36:27 +07:00
parent 7fe0883c6f
commit 4e5ea69fa7

View File

@@ -41,7 +41,7 @@ public class AutoTNT extends Module {
private final Setting<Boolean> place = sgGeneral.add(new BoolSetting.Builder()
.name("place")
.description("Whether to place tnt.")
.description("Whether to place tnt. (VERY LAGGY)")
.defaultValue(true)
.build()
);