Tags
Creators
Details
1.10.6.1
Compatibility
Changes

NOTE: Iceika is currently undergoing a worldgen overhaul and might look a little broken. If you find bugs please do report them!
Changes:
- Changed recipes for some decorative blocks
- ru_ru tweaks (PegasDoggeAM)
- Lots of mob models (SirDeccy)
- Began iceika worldgen tweaks to allow for more biomes
- Minibrick recipes and textures
- Minor tag tweaks
Additions:
- Safer vethea item swap handler as a config option for if the revised system breaks.
Removals:
- JER Worldgen
Fixes:
- Fixed milk removing vanilla effects when wearing armor after reloading the world
- Fixed Nether spawns
- Vethea inventory swap
Textures:
SirDeccy
shiverspine_sapling, frozen_grass_top_overlay, frozen_grass_side_overlay
PegasDoggeAM
checker, minibricks (all variants), sunstorm_spawner, dirty_pearls, clean_pearls, polished_pearls, shiny_pearls, bedrock_sword, bedrock_shovel, bedrock_pickaxe, bedrock_axe, bedrock_hoe, ender_sword (all variants), enderice
To see all 1.20 changes, check here:
https://github.com/DivineRPG/DivineRPG-Assets/blob/main/changelogs/1.20.md
Optional dependencies
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:F3kLpGw6:aMoLU8PH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:F3kLpGw6:aMoLU8PH"
}


