Update Configs.java

This commit is contained in:
sebseb7
2024-01-09 14:21:32 +01:00
committed by GitHub
parent 9ec2eebafe
commit 18443a03d1

View File

@@ -48,7 +48,7 @@ public class Configs implements IConfigHandler {
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("delayAfterTeleport",
false, "Start the delay after th villager is gone");
true, "true: start delay after villager is no longer loaded; false: Start delay after trade has been completed");
public static final ImmutableList<IConfigValue> OPTIONS = ImmutableList.of(ENABLED, ENABLE_SELL, SELL_ITEM,
SELL_LIMIT, ENABLE_BUY, BUY_ITEM, BUY_LIMIT, MAX_INPUT_ITEMS, INPUT_CONTAINER_X, INPUT_CONTAINER_Y,