Update Configs.java

This commit is contained in:
sebseb7
2024-01-09 14:22:41 +01:00
committed by GitHub
parent 18443a03d1
commit a661438db1

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",
true, "true: start delay after villager is no longer loaded; false: Start delay after trade has been completed");
true, "true: Start the delay after the villager was unloaded; false: Start the delay after the 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,