Tags
Creators
Details
Licensed MPL-2.0
Published 6 months ago
Updated 5 months ago
All versions
1.0.0-beta-mc1.21.1-fabric
Beta
Ansible Crafting 1.0.0-beta-mc1.21.1-fabric5 months ago 96
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
[1.0.0-beta] - 2026-02-25
โ๏ธ Reforged
- Flatten deploy pipeline and skip dev builds on release tags
โ๏ธ New Blocks
- Make deploy jobs automatic for both Modrinth and CurseForge
- Add CurseForge project ID for deployment
- Add Forge/NeoForge game test run configs and CI matrix
๐ Enchantment Table
- Overhaul PROJECT.md and README.md
- Add flatten deploy pipeline plan
- Update documentation for multi-loader support and 1.0.0-beta readiness
- Update CI/CD and testing documentation for multi-loader changes
- Add Forge/NeoForge game test support plan
๐ง Repaired
- Use correct CurseForge loader name for NeoForge
- Use correct CurseForge slug for REI dependency
- Update repository URLs after project rename
- Remove Forge/NeoForge from game test matrix
- Version-gate RegistryHelperTest unknown item assertion for 1.21.4+
- Strip JAR signatures from Forge test classpath to fix SecurityException
- Remove sun.misc.Unsafe logger mock, use assumeTrue for bootstrap tests
- Fork each Forge/NeoForge test class into separate JVM
- Reduce test heap to 1g and add --add-exports for Forge CI
- Add pages deployment to tag pipeline
Optional dependencies
Any compatible version
Any compatible version
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:TthK8k9v:r5BjPei6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TthK8k9v:r5BjPei6"
}

