Can someone explain AI path node types for blocks?

Started by CloudDealer on

Topic category: Help with Minecraft modding (Java Edition)

Active 1 year ago
Joined Sep 2023
Points:
118

User statistics:

  • Modifications: 0
  • Forum topics: 3
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
Can someone explain AI path node types for blocks?

I can't seem to find a good source or explanation for each individual path node. I'm interested in making new blocks, so I figure this info would be useful. 

Active 1 month ago
Joined May 2022
Points:
1158

User statistics:

  • Modifications: 14
  • Forum topics: 23
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 1141
To the best of my…
Wed, 09/27/2023 - 15:50

To the best of my understanding:

  • 'Default' means entities will treat it as a default 16*16 solid block.
  • 'Open' means entities will treat it as air. (Like plants and stuff.) 
  • 'Danger' means that entities will try to avoid it, (this doesn't always seem to work, though I sometimes just attribute it to minecraft mobs having stupid pathfinding.)
  • ...And the rest are a mystery to me. There really isn't a good source on these, which might explain why Minecraft pathfinding is so bug ridden...