Posted August 27, 20178 yr How do I add/modify trades for villagers? I have an entity that extends EntityVillager so I can override needed methods.
August 28, 20178 yr 19 hours ago, OrangeVillager61 said: I have an entity that extends EntityVillager so I can override needed methods. Check carefully. If any methods needed turn out to be static or private, then you won't be allowed to override them. The debugger is a powerful and necessary tool in any IDE, so learn how to use it. You'll be able to tell us more and get better help here if you investigate your runtime problems in the debugger before posting.
August 29, 20178 yr This worked in 1.10 but expect it to still work in 1.12. You need to create and register a VillagerProfession using GameRegistry.register . You can then create one or more VillagerCareers for the VillagerProfession and use VillagerCareer#addTrade to add trades to each VillagerCareer. Check out my tutorials here: http://jabelarminecraft.blogspot.com/
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.