Digging Mobs

Started by JustAGuyThatMods on

Topic category: Help with modding (Java Edition)

Last seen on 18:10, 25. Jul 2024
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?

Last seen on 16:43, 2. Jul 2024
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!

Last seen on 18:10, 25. Jul 2024
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?

Last seen on 05:22, 3. Apr 2024
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?

Last seen on 07:27, 21. Oct 2023
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.