Tags
Creators
Details
Licensed ARR
Published 4 years ago
All versions
1.19.2-2.1.0-beta-1
Beta
1.19.2-2.1.0-beta-14 years ago 281
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Required content
Changes
Please note that beta version MAY be unstable. Newly added things or changes MIGHT get removed/reverted in a future release. Use at your own risk.
- Added Cosmetics for our Patreons (you can get them by supporting us here: https://www.patreon.com/mandalacreations)
- Added the Clibano:
-> new multiblock structure that can be build with the Clibano Core block
-> guide can soon be found on the Wiki - Added Boats and Chest Boats for Cherry, Aurum and Edelwood
- Improved the way the Edelwood Ladder increases the climbing speed
- Fixed an incompatibility with Minecolonies (#291)
- Renamed "Arcane Gilded Darkstone" -> "Gilded Darkstone"
- Renamed "Dark Soul" -> "Corrupt Soul"
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:MdlnLS7Q:E0lZAzl0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MdlnLS7Q:E0lZAzl0"
}

