A level three Journeyman Cleric trade is 1 Glowstone Dust for 4 Emeralds
Expected to receive 1 Glowstone block for 4 Emeralds (the same as Java Edition)
1 Glowstone Dust for 4 Emeralds is way too expensive to be accurate.
Steps to Reproduce:
Place a brewing stand and bed
Spawn a villager
Level up the villager to level three
Attachments
Comments 6
Thank you for your report!
However, this issue has been temporarily closed as Awaiting Response
Is this still an issue in the latest version? If so, please make sure the ticket description contains the following information:
Steps to Reproduce:
1.
2.
3.Observed Results:
(Briefly describe what happens)Expected Results:
(Briefly describe what should happen)
If your ticket does not look like the example given here, then it's likely to be closed as incomplete.
This ticket will automatically reopen when you reply.
Quick Links:
📓 Issue Guidelines – 💬 Mojang Support – 📧 Suggestions – 📖 Minecraft Wiki
This is still an issue in 1.17.10 and the latest 1.17.20.23 beta. The trade can be changed to this in the cleric_trades.json
in trading/economy_trades folder:
"num_to_select": 1,
"trades": [
{
"wants": [
{
"item": "minecraft:emerald",
"quantity": 4,
"price_multiplier": 0.05
}
],
"gives": [
{
"item": "minecraft:glowstone",
"quantity": 1
}
],
"trader_exp": 20,
"max_uses": 5,
"reward_exp": true
}
]
}
]
}
This is still an issue in 1.16.0.58 despite almost every other villager trade being changed to match Java Edition. Clearly the trades are intended to be the same as Java, so this is a parity issue.