This commit is contained in:
sebseb7
2024-01-09 08:31:33 +01:00
parent a4f25317fb
commit d232176355

View File

@@ -47,7 +47,7 @@ public class Configs implements IConfigHandler {
30000000, "Output container Z (not used when buy disabled)");
public static final ConfigInteger VOID_TRADING_DELAY = new ConfigInteger("voidTradingDelay", 0, 0, 30000000,
"delay in ticks for void trading");
public static final ConfigBoolean VOID_TRADING_DELAY_AFTER_TELEPORT = new ConfigBoolean("delayAfterTelport",
public static final ConfigBoolean VOID_TRADING_DELAY_AFTER_TELEPORT = new ConfigBoolean("delayAfterTeleport",
false, "Start the delay after th villager is gone");
public static final ImmutableList<IConfigValue> OPTIONS = ImmutableList.of(ENABLED, ENABLE_SELL, SELL_ITEM,