Closed CraftyG closed 1 year ago
From the wandering trader example data pack, 2 trades should be chosen from the rare pool.
"rare": { "take": { "type": "constant", "value": 2 }, "trades": [ { "sells": { "item": "chainmail_boots" }, "wants": [ { "item": "lapis_lazuli", "count": 14 } ] }, { "sells": { "item": "chainmail_chestplate" }, "wants": [ { "item": "lapis_lazuli", "count": 14 } ] }, {
Only one trade has been chosen. Changing the values to higher numbers has no effect.
forge
1.1.0
1.19
No response
Yes, right now the wandering trader always only takes one trade, because I did not yet find a good solution to overwrite that, but I look into it
Release an update that should fix this
What happened?
Expectation
From the wandering trader example data pack, 2 trades should be chosen from the rare pool.
Observation
Only one trade has been chosen. Changing the values to higher numbers has no effect.
Loader
forge
Mod Version
1.1.0
Minecraft Version
1.19
Relevant log output
No response