1.43
Compatibility
Required content
Changes
MAIN FOCUS
- MOD COMPAT
i added defences to Ice and Fire armour sets, it was hellish Glowroot, cataclysm and Twilight forest too, it was nice
- CONFIGURATIONS
added several configuration options, still need to test but the main worked on both a client and server, please tell me any sort of error or unclear configuration comment in the issues tab
Blocks
- Added Thunderite Crystal
- Added Thunderite Crystal block
World
- New biome, Ryumsky Center Mushroom Forest
- Now Sora green/blue mushrooms spawns all over center layer
- Now Sora black mushrooms spawns all over lower layer
- Now diving into water causes different effects depending on biome while on Ryumsky
Items
- Added Sora blue, green and black mushrooms
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:iOMf65x8:WZqtrFjW"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iOMf65x8:WZqtrFjW"
}



