Started by
JustAGuyThatMods
on
Topic category: Help with Minecraft modding (Java Edition)
So, I want to make a mob that randomly digs into the ground using Gekolib, but Im stumped, anyone know how to code this?
Topic category: Help with Minecraft modding (Java Edition)
So, I want to make a mob that randomly digs into the ground using Gekolib, but Im stumped, anyone know how to code this?
it can be done, it is really hard to explain how and making the template(s) would take a lot of time. It can be done though!
if its not too much trouble, can you send some screenshots so I can get an idea on what to make?
Have you found the way?
Creating a mob that randomly digs into the ground using GekoLib in Minecraft involves extending entity classes, implementing random digging logic, handling movement, and customizing render and behavior methods. Detailed documentation for GekoLib and Minecraft modding will be essential in achieving this unique mob behavior.