Some checks failed
Deploy to Remote Server / deploy (push) Failing after 1m11s
17 lines
566 B
TOML
17 lines
566 B
TOML
#Always allow refreshing trade.
|
|
# Only trades added at current villager level will be refreshed.
|
|
alwaysAllowRefresh = false
|
|
#Allow player to use emerald block to force restock
|
|
allowEmeraldBlockForceRestock = true
|
|
banAllTradeEnchantmentsByDefault = false
|
|
tradeNamespaceBlacklist = []
|
|
tradeNamespaceWhitelist = ["minecraft"]
|
|
tradeIdBlacklist = []
|
|
tradeIdWhitelist = ["minecraft:unbreaking"]
|
|
banAllTableEnchantmentsByDefault = false
|
|
tableNamespaceBlacklist = []
|
|
tableNamespaceWhitelist = ["minecraft"]
|
|
tableIdBlacklist = []
|
|
tableIdWhitelist = ["minecraft:unbreaking"]
|
|
|