WildBamaBoy / minecraft-comes-alive

Replaces Minecraft's villagers with humans, who can be interacted with.
GNU General Public License v3.0
153 stars 186 forks source link

Incorrect villager trades #1318

Open AngleWyrm10 opened 4 years ago

AngleWyrm10 commented 4 years ago

Steps to Reproduce

  1. Launch Minecraft without MCA and start a world with cheats enabled
  2. Paste the following code into chat: /summon Villager ~1 ~ ~ {Profession: 0, Career: 2, CareerLevel: 1, Offers: { Recipes: [{ buy: {id: "fish",Count: 1}, buyB: {id: "emerald",Count: 1}, sell: {id: "cooked_fish",Count: 1}}]}}
  3. Examine the trade offered by the summoned villager ( raw fish + emerald -> cooked fish )
  4. Quit Minecraft, and restart with MCA mod
  5. Start another new world with cheats enabled
  6. Paste the above code into chat
  7. Examine the trade(s) offered by the summoned villager

See also #1271 #1181 #1059 #893 #868 #777 #682 #599 #494 #457 #452 #379 #256


Shibva commented 3 years ago

Im also having this issue and its a bit anoying

from what I can see via Waila, the carreer is still incorrect and the profession via their nametag given to them is incorrect

an easy fix is to just fix the name overlay

image so the only issue that I can see is that the (insert carrer here) portion of the name is not properly sycned

Shibva commented 3 years ago

A fix for this would be highly appreciated

Shibva commented 3 years ago

image heres another reference image