mojira.dev
MC-306854

Unmentioned differences of villager trades between 1.21.11 and 26.1 snapshots

Here is a full list of changes between 1.21.11 and 26.1-pre-2 which were not mentioned on changelogs:

  • maxUses of following trades should be 12. They are now 16.

    • FISHERMAN_2_EMERALD_CAMPFIRE

    • FLETCHER_2_EMERALD_ARROW

    • FLETCHER_2_GRAVEL_AND_EMERALD_ARROW

      • shouldn't this be FLETCHER_2_GRAVE_AND_EMERALD_FLINT? (identifier too)

    • BUTCHER_1_EMERALD_RABBIT_STEW

    • MASON_4_QUARTZ_EMERALD

      • Additionally, xp of this should be 30 instead of 20.

  • reputationDiscount of following trades should be 0.2. They are now 0.05.

    • registerBasicExplorerMapTrades()

    • CARTOGRAPHER_3_EMERALD_AND_COMPASS_OCEAN_EXPLORER_MAP

    • CARTOGRAPHER_3_EMERALD_AND_COMPASS_TRIAL_CHAMBER_MAP

    • CARTOGRAPHER_5_EMERALD_AND_COMPASS_WOODLAND_MANSION_MAP

    • LEATHERWORKER_*_EMERALD_DYED_LEATHER_* (including horse armor one)

      • If you are fixing this, you should also fix MC-179352.

  • VillagerTrades.enchantedItem() should use UniformGenerator.between(5.0f, 19.0f) instead of (5.0f, 20.0f), as it was previously 5 + random.nextInt(15).

    • For example, you can confirm FLETCHER_4_EMERALD_ENCHANTED_BOW can now cost 22 emeralds. It was 7–21 on 1.21.11.

  • xp of CARTOGRAPHER_4_EMERALD_ITEM_FRAME should be 15. They are now 25.

  • wants.count of WEAPONSMITH_1_EMERALD_ENCHANTED_IRON_SWORD should be 2. They are now 3.

  • xp of WEAPONSMITH_4_DIAMOND_EMERALD should be 30. They are now 20.

  • xp of TOOLSMITH_4_DIAMOND_EMERALD should be 30. They are now 20.

    • Maybe above two changes are consistency thing with ARMORER_3_DIAMOND_EMERALD? I think it also makes sense that these unfair trades gives more trades to villager though.

  • gives.count of WANDERING_TRADER_BAKED_POTATO_EMERALD shold be 1 (default). They are now 3.

  • Trade Rebalance’s tags/villager_tade/librarian/level_4 should include librarian/4/emerald_compass instead of biome-specific common book trades.

Maybe some of them are intended, but I included everything I could find.

Comments 0

No comments.

Mueller857

(Unassigned)

Unconfirmed

(Unassigned)

26.1 Pre-Release 2

Retrieved