Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Villager Trades and Names #24

Open
judicius opened this issue Jun 11, 2018 · 2 comments
Open

Villager Trades and Names #24

judicius opened this issue Jun 11, 2018 · 2 comments

Comments

@judicius
Copy link

VTT version: 1.12-0.6.4
Forge version: 14.23.4.2707

custom villagers show up with the career name of: entity.Villager."whatever custom name here" instead of the custom name as there Career name.

Villagers careers don't seem to be correct. Display as "Fisherman" but when you open trade they show up as Farmer, Shepard.

@Flytre
Copy link

Flytre commented Jun 21, 2018

I noticed the same thing with the Neat mod. The name displays as career X, but Waila and the GUI show as career Y.

@ghost
Copy link

ghost commented Aug 21, 2018

if you guys have CraftTweaker installed then add this to a script.zs file
game.setLocalization("entity.Villager.WeaponSmith","Arms Dealer Joe");
Neat will show 'Villager' in the title but WAILA/The One Probe/Villager GUI should say "Arms Dealer Joe"

or

you can create a language file (en-us.lang) and put entity.Villager.tinkerer=Tinkerer in it and store the language file in your resource pack (more detail in the link below)

https://github.com/crazysnailboy/VillagerTrades

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants