mojira.dev
MCPE-57524

Journeyman (level 3) Cleric trade is 4 Emeralds for 1 Glowstone Dust, not 1 Glowstone block

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:

  1. Place a brewing stand and bed

  2. Spawn a villager

  3. Level up the villager to level three

Attachments

Comments 6

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.

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
            }
          ]
        }
      ]
    }

Affects 1.17.40.20

Affects 1.18.10 including newly created villagers and preexisting villagers

This issue is fixed in the 1.18.20.21 Beta, so it can be expected in the 1.18.20 regular release.

Brian

(Unassigned)

379717

Confirmed

Multiple

iOS 13

vanilla-parity

1.18.10.26 Beta, 1.17.20.23 Beta, 1.17.20.22 Beta, 1.17.10, 1.16.210.58 Beta, ..., 1.13.2, 1.13.1, 1.16.10, 1.16.201 Hotfix, 1.18.2 Hotfix

1.18.20.21 Beta, 1.18.30

Retrieved