This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/config/tradingpost-server.toml
2023-11-02 12:32:44 -05:00

18 lines
802 B
TOML

#Range on xz plane trading post should search for merchants.
#Range: 1 ~ 96
horizontal_range = 24
#Disable traders on the trading screen when they wander out of range.
enforce_range = false
#Teleport xp from trading from villagers on top of the trading post.
teleport_xp = true
#Range on y axis trading post should search for merchants.
#Range: 1 ~ 96
vertical_range = 16
#Trader entities disabled from being found by the trading post.
#Modders may add their own incompatible trader entities via the "tradingpost:blacklisted_traders" entity tag.
#Format for every entry is "<namespace>:<path>". Path may use asterisk as wildcard parameter. Tags are not supported.
trader_blacklist = []
#Close trading post interface when all traders have become unavailable.
close_empty_screen = true