Posted June 3, 20178 yr Is there a way to get a mob to spawn in villages? I saw IVillageCreationHandler but this requires you to add a new component to the village. Edited June 4, 20178 yr by CrowsOfWar
June 4, 20178 yr Author I was able to make a workaround by basically replacing the village generator with my own. Then, the custom village generator does the same stuff, but ALSO spawns in my custom mob. However there are a few reasons I don't love this solution: * It replaces village generator which could have an impact on inter-mod compatibility * Replacing the village generator ignores custom settings which would erase any custom superflat settings So if there is any other recommended solution I would be glad to hear it. edit: code here Edited June 4, 20178 yr by CrowsOfWar
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.