This commit is contained in:
sebseb7
2024-01-13 05:05:44 +01:00
parent 59a5c3142e
commit c9b87c83d3

View File

@@ -54,7 +54,7 @@ public class Configs implements IConfigHandler {
"delay in ticks for void trading");
public static final ConfigBoolean VOID_TRADING_DELAY_AFTER_TELEPORT = new ConfigBoolean("delayAfterTeleport",
true,
"true: Start the delay after the villager was unloaded; false: Start the delay after the trade has been completed");
"true: Start the delay after the villager was unloaded; false: Start the delay after the trade has been initiated");
public static final ImmutableList<IConfigValue> OPTIONS = ImmutableList.of(ENABLED, ITEM_FRAME, GLASS_BLOCK,
SELECTOR_OFFSET, ENABLE_SELL, SELL_ITEM, SELL_LIMIT, ENABLE_BUY, BUY_ITEM, BUY_LIMIT, MAX_INPUT_ITEMS,