Skip to content

1.7.10 V1.18.0 — OaT issue-triage batch: HBM/NTM+ArchaicFix compat (#131), fluid flow direction (#102), spawn-mob ClassCast guard (#127), Mowzies null-guard (#120), unreachable-target pathfinding backoff (#49); FML missing-deps screen lists all conflicts; async pathfinding routed through the matou-exec seam

Latest

Choose a tag to compare

@quentin452 quentin452 released this 10 Jul 06:44
· 3 commits to 1.7.10 since this release
  • refactor(pathfinding): route async pathfinding through the matou-exec seam (hub doc 28 phase 2b)
  • feat(fml): missing-deps screen lists all conflicting mods, not just the first (OaT mixin)
  • perf(pathfinding): back off re-pathing to unreachable targets (issue #49)
  • fix(pathfinding): back off unreachable targets that return partial paths (#49)
  • fix(worldgen): drop MixinMapGenStructure to unbreak HBM/NTM + ArchaicFix (#131)
  • fix(fluids): remove inverted getEffectiveFlowDecay overwrite, fix flow direction (#102)
  • fix(net): guard non-living entities in handleSpawnMob against ClassCast (#127)
  • docs(readme): drop stale ArchaicFix incompatibility (resolved by MixinMapGenStructure removal)
  • fix(worldgen): guard null block in Mowzies StructureGeneratorBase setBlockAt (#120)