All versions
1.1.1
Release
Mystical Garden Cloches 1.1.19 months ago 4,491
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.10
1.20.x
Platforms
Forge
NeoForge
Supported environments
Server-side
Singleplayer
Changes
Special thanks to Rage for doing this.
Support for the following:
- Ender IO
- Integrated Dynamics
- Thermal Series
- Tinker's Construct
- Redstone Arsenal
- Mekanism
- Powah
Changes made:
- Crux Crops use respective Cruxes no longer using the Highest Tier Farmland
- All seeds use their respect Tier Farmland and Up though no extra gains for the increased tier just there to say way this Tier 1 Seed don't grow on Tier 5 Farmland
Possible Fixes
- Fluorite was labelled Flourite though it could have been for another mod not sure
- Duplicate Mystical Flower Seeds
New
- T6 - T10 Inferium Seeds depending if Mystical Aggriditions and Mystical Extended Tier are loaded
- Extra Fertilizers from other mods Industrial Foregoing, Botania, Thermal, Mystical Agriculture and Forbidden & Arcanus
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:rXx8Y8Aw:ZFqK56vj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rXx8Y8Aw:ZFqK56vj"
}

