Tags
Creators
Details
All versions
1.10.7.2
Beta
DivineRPG 1.10.7.23 years ago 2,828
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Changes
Additions:
- smithing templates:
- color template (used for dying equipment)
- bedrock upgrade template (used for smithing bedrock armor)
- aquatic coating template (used for smithing kraken armor)
- random item dropper (creative only)
- added ko_kr translation
- added a festive seng fur skin
Changes/Tweaks:
- made hellfire sponge destroy some common sea plants
- EMC values got rebalance
- a lot of retexturing
- tweaked the rive enchantement
- removed infinite durability from ender swords and made them enchantable via enchanting table
- iceika fire now freezes instead of setting entities on fire
Bug Fixes:
- armor pouches now respect curse of binding
- fixed some cases where winterberries would try to place when they should not
- fixed dream lamp accepting any fuel
- fixed aquamarine item
- fixed watcher loot table
- fixed chest blocking
- fixed teleportation crystal respawn dimension issue
- added spawn costs to many iceika mobs that would overcroud in some biomes
- fixed duplication glitch when quick moving stacks in some chests
- fixed rotatick finilize spawn method to not produce stack overflow
- made crabs only spawn on the surface or in lush cave biome
Optional dependencies
Any compatible version
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:85qfaxhD"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:F3kLpGw6:85qfaxhD"
}

