Posted September 1, 20205 yr I was looking into creating my own patrols similar to the pillager patrols, using existing mobs in the game such as zombies. Looking through the minecraft code however, the existing patrolling mobs extend a base PatrollerEntity class, and the other mobs don't. Aside for create my own copies of all the mobs I want to patrol, can you think of a way to modify for example the zombie to have the behaviors of a patrol (leaders, a goal location, etc)? Thanks.
September 1, 20205 yr I guess you could create your custom goals (that will mimic the patrols behaviour) and add them to the zombie goalSelector but i am not sure you can do that effectively..otherwise just create custom entities that extend PatrollerEntity and give them the look you want, as you already said Edited September 1, 20205 yr by Beethoven92 Check out the port of the BetterEnd fabric mod (WIP): https://www.curseforge.com/minecraft/mc-mods/betterend-forge-port
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.