mojira.dev
MCPE-45853

Unenchanted diamond hoe

Toolsmith villagers sell enchanted diamond hoe, but it appear to be unenchanted in the game.

// Toolsmith trade
{
  "tiers": [
    {
      "total_exp_required": 0,
      "groups": [
        {
          "num_to_select": 1,
          "trades": [
            {
              "wants": [
                {
                  "item": "minecraft:coal:0",
                  "quantity": 15,
                  "price_multiplier": 0.05
                }
              ],
              "gives": [
                {
                  "item": "minecraft:emerald",
                  "quantity": 1
                }
              ],
              "trader_exp": 1,
              "max_uses": 6,
              "reward_exp": true
            }
          ]
        },
        {
          "num_to_select": 1,
          "trades": [
            {
              "wants": [
                {
                  "item": "minecraft:emerald",
                  "quantity": 1,
                  "price_multiplier": 0.1
                }
              ],
              "gives": [
                {
                  "item": "minecraft:stone_axe",
                  "quantity": 1
                }
              ],
              "trader_exp": 2,
              "max_uses": 3,
              "reward_exp": true
            },
            {
              "wants": [
                {
                  "item": "minecraft:emerald",
                  "quantity": 1,
                  "price_multiplier": 0.1
                }
              ],
              "gives": [
                {
                  "item": "minecraft:stone_shovel",
                  "quantity": 1
                }
              ],
              "trader_exp": 2,
              "max_uses": 3,
              "reward_exp": true
            },
            {
              "wants": [
                {
                  "item": "minecraft:emerald",
                  "quantity": 1,
                  "price_multiplier": 0.1
                }
              ],
              "gives": [
                {
                  "item": "minecraft:stone_pickaxe",
                  "quantity": 1
                }
              ],
              "trader_exp": 2,
              "max_uses": 3,
              "reward_exp": true
            },
            {
              "wants": [
                {
                  "item": "minecraft:emerald",
                  "quantity": 1,
                  "price_multiplier": 0.1
                }
              ],
              "gives": [
                {
                  "item": "minecraft:stone_hoe",
                  "quantity": 1
                }
              ],
              "trader_exp": 2,
              "max_uses": 3,
              "reward_exp": true
            }
          ]
        }
      ]
    },
    {
      "total_exp_required": 10,
      "groups": [
        {
          "num_to_select": 1,
          "trades": [
            {
              "wants": [
                {
                  "item": "minecraft:iron_ingot",
                  "quantity": 4,
                  "price_multiplier": 0.05
                }
              ],
              "gives": [
                {
                  "item": "minecraft:emerald",
                  "quantity": 1
                }
              ],
              "trader_exp": 5,
              "max_uses": 5,
              "reward_exp": true
            }
          ]
        },
        {
          "num_to_select": 1,
          "trades": [
            {
              "wants": [
                {
                  "item": "minecraft:emerald",
                  "quantity": 36,
                  "price_multiplier": 0
                }
              ],
              "gives": [
                {
                  "item": "minecraft:bell",
                  "quantity": 1
                }
              ],
              "trader_exp": 10,
              "max_uses": 2,
              "reward_exp": true
            }
          ]
        }
      ]
    },
    {
      "total_exp_required": 60,
      "groups": [
        {
          "num_to_select": 1,
          "trades": [
            {
              "wants": [
                {
                  "item": "minecraft:flint",
                  "quantity": 30,
                  "price_multiplier": 0.05
                }
              ],
              "gives": [
                {
                  "item": "minecraft:emerald",
                  "quantity": 1
                }
              ],
              "trader_exp": 10,
              "max_uses": 5,
              "reward_exp": true
            }
          ]
        },
        {
          "num_to_select": 1,
          "trades": [
            {
              "wants": [
                {
                  "item": "minecraft:emerald",
                  "quantity": 1,
                  "price_multiplier": 0.05
                }
              ],
              "gives": [
                {
                  "item": "minecraft:iron_axe",
                  "quantity": 1,
                  "functions": [
                    {
                      "function": "enchant_with_levels",
                      "treasure": false,
                      "levels": {
                        "min": 5,
                        "max": 19
                      }
                    }
                  ]
                }
              ],
              "trader_exp": 20,
              "max_uses": 2,
              "reward_exp": true
            },
            {
              "wants": [
                {
                  "item": "minecraft:emerald",
                  "quantity": 2,
                  "price_multiplier": 0.1
                }
              ],
              "gives": [
                {
                  "item": "minecraft:iron_shovel",
                  "quantity": 1,
                  "functions": [
                    {
                      "function": "enchant_with_levels",
                      "treasure": false,
                      "levels": {
                        "min": 5,
                        "max": 19
                      }
                    }
                  ]
                }
              ],
              "trader_exp": 20,
              "max_uses": 2,
              "reward_exp": true
            },
            {
              "wants": [
                {
                  "item": "minecraft:emerald",
                  "quantity": 3,
                  "price_multiplier": 0.1
                }
              ],
              "gives": [
                {
                  "item": "minecraft:iron_pickaxe",
                  "quantity": 1,
                  "functions": [
                    {
                      "function": "enchant_with_levels",
                      "treasure": false,
                      "levels": {
                        "min": 5,
                        "max": 19
                      }
                    }
                  ]
                }
              ],
              "trader_exp": 20,
              "max_uses": 2,
              "reward_exp": true
            },
            {
              "wants": [
                {
                  "item": "minecraft:emerald",
                  "quantity": 9,
                  "price_multiplier": 0.1
                }
              ],
              "gives": [
                {
                  "item": "minecraft:diamond_hoe",
                  "quantity": 1,
                  "functions": [
                    {
                      "function": "enchant_with_levels",
                      "treasure": false,
                      "levels": {
                        "min": 5,
                        "max": 19
                      }
                    }
                  ]
                }
              ],
              "trader_exp": 20,
              "max_uses": 2,
              "reward_exp": true
            }
          ]
        }
      ]
    },
    {
      "total_exp_required": 160,
      "groups": [
        {
          "num_to_select": 1,
          "trades": [
            {
              "wants": [
                {
                  "item": "minecraft:diamond",
                  "quantity": 1,
                  "price_multiplier": 0.05
                }
              ],
              "gives": [
                {
                  "item": "minecraft:emerald",
                  "quantity": 1
                }
              ],
              "trader_exp": 15,
              "max_uses": 5,
              "reward_exp": true
            }
          ]
        },
        {
          "num_to_select": 1,
          "trades": [
            {
              "wants": [
                {
                  "item": "minecraft:emerald",
                  "quantity": 12,
                  "price_multiplier": 0.1
                }
              ],
              "gives": [
                {
                  "item": "minecraft:diamond_axe",
                  "quantity": 1,
                  "functions": [
                    {
                      "function": "enchant_with_levels",
                      "treasure": false,
                      "levels": {
                        "min": 5,
                        "max": 19
                      }
                    }
                  ]
                }
              ],
              "trader_exp": 30,
              "max_uses": 2,
              "reward_exp": true
            },
            {
              "wants": [
                {
                  "item": "minecraft:emerald",
                  "quantity": 5,
                  "price_multiplier": 0.1
                }
              ],
              "gives": [
                {
                  "item": "minecraft:diamond_shovel",
                  "quantity": 1,
                  "functions": [
                    {
                      "function": "enchant_with_levels",
                      "treasure": false,
                      "levels": {
                        "min": 5,
                        "max": 19
                      }
                    }
                  ]
                }
              ],
              "trader_exp": 30,
              "max_uses": 2,
              "reward_exp": true
            }
          ]
        }
      ]
    },
    {
      "total_exp_required": 310,
      "groups": [
        {
          "num_to_select": 1,
          "trades": [
            {
              "wants": [
                {
                  "item": "minecraft:emerald",
                  "quantity": 13,
                  "price_multiplier": 0
                }
              ],
              "gives": [
                {
                  "item": "minecraft:diamond_pickaxe",
                  "quantity": 1,
                  "functions": [
                    {
                      "function": "enchant_with_levels",
                      "treasure": false,
                      "levels": {
                        "min": 5,
                        "max": 19
                      }
                    }
                  ]
                }
              ],
              "trader_exp": 0,
              "max_uses": 2,
              "reward_exp": true
            }
          ]
        }
      ]
    }
  ]
}

Attachments

Comments 6

Do you mean that it should be enchanted according to the loot table, but isn't? Or is it just visually not showing that its enchanted?

Its should be enchanted like in loot table, but in game diamond hoe isnot enchanted.

Confirmed in 1.14.60.

It should be unenchanted per MC-182074.

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 add a comment or update the affected version field.

To make your bug report as effective as possible, please try and include the following steps to reproduce the problem:

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

Thank you for your report!
However, this issue is Working as Intended.

The report you have submitted is working as intended: MC-182074.

Please note, that mechanics of the game may change between updates.
Things such as graphics, sounds, world creation, biomes, redstone, villagers, and animals may not work the same in current versions.

Full Version HistorySnapshot Version HistoryFeature Requests and Suggestions

Quick Links:
📓 Bug Tracker Guidelines – 💬 Community Support – 📧 Mojang Support
📓 Project Summary – ✍️ Feedback and Suggestions – 📖 Game Wiki

Krisna M

(Unassigned)

391576

Community Consensus

Android

Android 8.1

1.11.0, 1.12.0.3 Beta, 1.12.0.6 Beta, 1.11.1, 1.11.2, 1.14.60 Hotfix, 1.16.201 Hotfix

Retrieved