Patch sync for IMR6: 19/07/2026 @ 18:03

This commit is contained in:
2026-07-19 18:03:07 +01:00
parent 7f34954634
commit d9621a921e
1227 changed files with 82367 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
#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>". Tags are supported, must be in the format of "#<namespace>:<path>". Namespace may be omitted to use "minecraft" by default. May use asterisk as wildcard parameter via pattern matching, e.g. "minecraft:*_shulker_box" to match all shulker boxes no matter of color.
trader_blacklist = []
#Close trading post interface when all traders have become unavailable.
close_empty_screen = true