Skip to content
Unstable

Changes

Summary

  1. Try to clean up some of the assumptions in the behavior tree code (commit: 5cb1167) (details)
  2. Use material.isSolid for future proofing (commit: b11cf65) (details)
Commit 5cb11670c27947f99dbf00219d5139cf5417607e by fullwall
Try to clean up some of the assumptions in the behavior tree code
(commit: 5cb1167)
The file was modified src/main/java/net/citizensnpcs/api/ai/tree/Composite.java (diff)
The file was modified src/main/java/net/citizensnpcs/api/ai/tree/Selector.java (diff)
The file was modified src/main/java/net/citizensnpcs/api/ai/tree/Sequence.java (diff)
Commit b11cf65e208ee6547d26d175dff8f2e3c9bc8158 by fullwall
Use material.isSolid for future proofing
(commit: b11cf65)
The file was modified src/main/java/net/citizensnpcs/api/astar/pathfinder/MinecraftBlockExaminer.java (diff)