Silentine / GrimoireOfGaia

The Grimoire of Gaia GitHub
Other
61 stars 35 forks source link

[Bug]: Succubus can't walk on Slab. [1.18.2] #191

Open FireGeneral opened 1 year ago

FireGeneral commented 1 year ago

General Info

Forge version

40.1.73

Mod version

2.0.0-alpha.22

Java version

Java 8 update 341

Issue Description

I haven't tested with every slabs in Minecraft, but it seems that succubus mob AI has trouble walking on slabs placed by players. I encountered this bug completely by accident, my nether base floor is made out of Polished Blackstone Slabs to prevent nether mobs from spawning in my base. I lure some Succubus back to my base and found that they're all frozen in place. Spawned some succubus at a single spot, can confirm their AI can not do pathfinding at all.

Additional Information

https://imgur.com/a/zoNiFhY

Mrbysco commented 1 year ago

image Unable to reproduce the issue

Mrbysco commented 1 year ago

Do you have any performance mods installed that might be messing with their AI?

FireGeneral commented 1 year ago

image Unable to reproduce the issue Not "Polished Deepslate Brick Slabs", the "Polished Blackstone Slabs".

Mrbysco commented 1 year ago

Shouldn't matter what slabs are used

FireGeneral commented 1 year ago

Shouldn't matter what slabs are used Here's what I found, when there's certain amounts of slabs around, their pathfinding AI broke. (both male and female) https://imgur.com/a/Y4WObzV

Mrbysco commented 1 year ago

I don't do any custom pathing, all pathing is done using vanilla AI goals, so there's no reason only Gaia mobs should break on them

FireGeneral commented 1 year ago

I don't do any custom pathing, all pathing is done using vanilla AI goals, so there's no reason only Gaia mobs should break on them I really don't know the reason, other vanilla mobs(endermen, skeletons, creepers, nether mobs) move around just fine... I'll remove all my mods except this to check if the issue persist.

Mrbysco commented 1 year ago

In the next version I'll re-arange the AI goal priorities maybe it's something to do with the priority

FireGeneral commented 1 year ago

In the next version I'll re-arange the AI goal priorities maybe it's something to do with the priority

Just removed all my mods except for this one, created a super flat world, used fill command to generate a large amount of slabs, scattered some succubus on the surface, watched for 20 minutes, can confirm that none is walking. https://imgur.com/a/Z38lJOX

Mrbysco commented 1 year ago

I'll look into it