Fork me on GitHub
#minecraft
<
2021-12-30
>
devurandom23:12:42

Hi! I am in (the beginning of) the process of creating custom entities (villagers) with my own AI / behaviour. Is there some way that you already know works well with Witchcraft and Paper 1.18.1? There seem to be a bunch of different ways involving NMS (`net.minecraft.server.v1_???.EntityVillager`), depending on the exact Minecraft version being run. https://www.youtube.com/watch?v=B7fYVYYXkL4 seems to be a quite promising tutorial, but I was not yet able to implement what they are doing. Then there also appears to be org.bukkit.entity.Villager that looks as if it might be useful, but I did not find any tutorial that uses just that without NMS. If no one has done this before, I would continue digging. But maybe someone already has a hint which direction to follow?