Started by
Hurricane_FNaF
on
Topic category: Help with Minecraft modding (Java Edition)
Is it possible to make a mob that can crawl through 1 block of height spaces? Like the Cave Dweller can do it, is it possible to code in MCreator?
Topic category: Help with Minecraft modding (Java Edition)
Is it possible to make a mob that can crawl through 1 block of height spaces? Like the Cave Dweller can do it, is it possible to code in MCreator?
To make it look like it is crawling you could animate it, and to make it fit you could make its hitbox small. What I would maybe do is check if it is trying to crawl through a hole, and if it is, spawn one that looks the same, but has a small hitbox.