help with wandering trades plug-in
So when entering custom trades, it obviously allows you to set % chance for certain trades to happen. The issue we’re having is this:
For 1.20 we’re wanting to set up where the wandering trader has a chance to trade a smithing template. We want to have different % chances for each template, but it only take up one potential slot, so they would need to be in the same yml file.
For example:
We want to have 5 armor templates have a higher chance of being on a wandering trader than another 5 templates, but they take up the same slot in the wandering trader. So only 1 armor trim spawns at a time.
5 Replies
Thought
Why not give them a chest with a block entity tag of a custom loot table for the armor template
BlockEntityTag:{LootTable:"chests/shipwreck_supply"} for example, but replace the chests loot table with a custom one
Or a chest with a loot table that only contains that item
Not sure if that's possible with whatever plugin you're using
It’s not sadly. It has to just be items
(It says 1.19.3 but it’s still working on 1.20.1)
Yeah, an item with a custom tag
👀