Mobs swim too slowly in underwater

Started by WitherSkull on

Topic category: Help with Minecraft modding (Java Edition)

Active 2 years ago
Joined Jun 2017
Points:
748

User statistics:

  • Modifications: 1
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 6
Mobs swim too slowly in underwater
Sat, 04/03/2021 - 15:20 (edited)

I made a mob like drowned and selected is water entity for mob. After In AI, I added swim randomly task but mob moved too slowly. After that I added swim/float task just in case and mob naturally just floated top of the water.

Edited by WitherSkull on Sat, 04/03/2021 - 15:20
Active 8 months ago
Joined Mar 2021
Points:
1033

User statistics:

  • Modifications: 3
  • Forum topics: 37
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 451
Just add a procedure on …
Sat, 04/03/2021 - 15:21

Just add a procedure on "tick update" adding potion effect "dolphin's grace". This way you can regulate swin velocity

Active 2 years ago
Joined Jun 2017
Points:
748

User statistics:

  • Modifications: 1
  • Forum topics: 7
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 6
Much thanks! I thought it…
Sat, 04/03/2021 - 16:32

Much thanks! I thought it was a bug :D