Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 2 months ago
All versions
3.0+mod
Release
3.010 months ago 10.8K
Compatibility
Minecraft: Java Edition
1.21.9–1.21.11
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Changes
- Updated to 1.21.9.
- Added support for all the new copper chains, bars and lightning rods.
- Added diagonal flag support! You can either place them directly by looking at the block diagonally or after placing hold a stick in your off hand and crouch.
- Improved flag scaling and rotating, now you dont have to stand on top of the block for it to work, you just have to be near.
- Added support for placing flags on end rods, though you need a block nearby so the banner can be placed (watch update video for showcase).
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:cCStmVIN:f7Fofx49"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:cCStmVIN:f7Fofx49"
}

