AzureCortex

Quick rating

Community listing page, reviews here may not be monitored by the author.

AzureCortex

No reviews yet

A modular Minecraft entity AI framework combining behavior trees, GOAP planning, blackboards, interruptible actions, and custom navigation.

QoL & Tweaks
Mod Loaders
Forge
NeoForge
Fabric
Minecraft
26.2

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
fabric 0.1.3

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

About

Description

AzureCortex

A modular Minecraft entity AI framework combining behavior trees, GOAP (Goal-Oriented Action Planning), blackboards, interruptible actions, and custom navigation, including wall and ceiling crawling.

AzureCortex is a framework, not a standalone mod. It adds no blocks or items and doesn't change vanilla gameplay on its own. Mod developers depend on it to build sophisticated, non-vanilla mob AI without re-implementing the plumbing (ticking, preemption rules, replanning gates, pathfinding, and steering) from scratch. If you installed this because another mod requires it, that's all it's for, there's nothing to configure as a player beyond what that other mod tells you.

Features

  • Behavior trees: PrioritySelector, Sequence, Condition, and CooldownGate nodes for composing an agent's moment-to-moment decisions.
  • GOAP goal planning: pluggable goal scoring, replanning gates, failure feedback, and emergency preemption, with no fixed goal-type list baked in.
  • Blackboards: a per-agent state store shared between sensors, the planner, the tree, and actions.
  • Interruptible actions: three-tier preemption (NORMAL / LOCKED / EMERGENCY) so a committed action can't be interrupted by accident, but a genuine emergency still gets through.
  • Custom navigation: its own A* pathfinder with incremental/phased search to spread cost across ticks, plus an optional wall-and-ceiling-crawling movement model for creatures that shouldn't be bound to the floor.
  • Sensing: target acquisition with last-seen tracking and velocity-based interception prediction, so a lost target is searched for intelligently rather than at its last exact block.

Every place a specific mod needs something domain-specific, what a goal is called, which blocks count as hazards, how goals get scored, is a small interface your mod implements. AzureCortex only owns the generic machinery.

Example entities

Three fully-wired example entities ship purely to demonstrate the framework in action, spawn one in via its spawn egg to see it in the world:

  • Cortex Zombie, melee, with an emergency healing branch (eat a golden apple when critically wounded).
  • Cortex Skeleton, ranged, smoothly switching between drawing a bow and falling back to melee at point-blank range.
  • Cortex Spider, climbs walls and ceilings in pursuit of a target, using the same wall/ceiling-crawling navigation model available to any mod built on AzureCortex.

Supported versions & loaders

Minecraft version Forge Fabric NeoForge
1.18.2 ✅ available ✅ available ❌No NeoForge version
1.20.1 ✅ available ✅ available ❌No NeoForge version
1.21.1 ❌ no support ✅ available ✅ available
26.2 ❌ no support ✅ available ✅ available

For mod developers

AzureCortex is published on AzureDoom's public Maven:

https://maven.azuredoom.com/mods

See the wiki's Installation page for exact Gradle dependency coordinates per version and loader.

Full documentation lives on the GitHub wiki, including:

Need a server to play with friends? Don't know how to setup one? Just rent an already configured server from BisectHosting! logo

Click on the picture above, select plan(at least 4GB), and use my code azuredoom to get 25% off your first month and enjoy playing with your friends!

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works