All versions
1.1+mod
Release
Stoat 1.12 months ago 1,910
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Changes
New in 1.1:
- Added support for: Frame Changer, Whole Cloth, Spawn, Spelunkery, Malum, Kaleidoscopic, and Arts & Crafts
- Ender Pearl and Experience related blocks (and Shadowline from Enderscape) all are hyperbouyant, weighing the same amount but somehow float violently in fluids. This does include experience stored in Carved Nephrite from Spelunkery.
- Spirit Motes placed by the Lamplighter's Tongs float in the air, although they cannot carry much of anything.
- Shuffled around how some things are tagged, to make things easier later on.
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:fhMTnqBJ:ZL2e5acP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fhMTnqBJ:ZL2e5acP"
}

