Azimuth is a Create addon library that expands Create APIs for addon developers.
- Super Block Entity Behaviours for composable, high-capability behaviour components.
- Advancements for Create-style advancement definitions and awarding.
- Outlines for additional animated outline helpers, especially useful in Ponder scenes.
- Install NeoForge for Minecraft
1.21.1. - Install Create for
1.21.1. - Place the Azimuth JAR in the
modsfolder.
Add Azimuth to the build.gradle dependencies block (replace <version> with the version to target):
dependencies {
implementation "com.cake.azimuth:azimuth:<version>"
}Declare the dependency in neoforge.mods.toml:
[[dependencies.yourmodid]]
modId = "azimuth"
type = "required"
versionRange = "[<version>,)"
ordering = "AFTER"
side = "BOTH"Composable behaviour components for SmartBlockEntity, including lifecycle hooks, behaviour lookup helpers, and extension interfaces for kinetics, rendering, and schematic requirements.
Create-style advancement definitions and awarding, backed by AzimuthAdvancementProvider, AzimuthAdvancement, and AzimuthAdvancementBehaviour.
Additional Catnip outliner types for visual guidance, including ExpandingLineOutline and ExpandingLineOutlineInstruction for Ponder scenes.