Digging Mobs

Started by JustAGuyThatMods on

Topic category: Help with Minecraft modding (Java Edition)

Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Digging Mobs

So, I want to make a mob that randomly digs into the ground using Gekolib, but Im stumped, anyone know how to code this?

Joined Jun 2015
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
it can be done, it is really…
Mon, 09/25/2023 - 21:30

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!

Joined Feb 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
if its not too much trouble,…
Tue, 09/26/2023 - 19:10

if its not too much trouble, can you send some screenshots so I can get an idea on what to make?

Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Have you found the way?
Thu, 10/12/2023 - 07:45

Have you found the way?

Joined Oct 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Creating a mob that randomly…
Sat, 10/21/2023 - 07:29

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.