Links
Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 3 weeks ago
Updated last month
All versions
4.0.0
Release
IFC-Integrations 4.0.0last month 492
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Added:
- Full integration between Ice and Fire: Dragons (Community Edition) and MCA Reborn.
- Family integration for Sirens, Mermaids, Gorgons, Ghosts, Pixies, Pegasi, Chrysaor, Geryon, Beastfolk, and Goblins.
- New entities: Pegasus, Chrysaor, Geryon, Beastfolk, Goblins, and Oberon, King of the Pixies.
- Goblin Contract system, allowing players to enslave and free villagers.
- Missing Person Poster and Rescue Order system.
- World generation for Goblin Camps, Goblin Raids, and Dwarf Villages.
- Gorgon redemption and healing system.
- Ghosts can possess hostile creatures to defend players they have a good relationship with, or possess any creature to attack players they dislike.
- Configuration menu to enable or disable creatures.
- Multiple wild Pixie variants with unique stealing mechanics.
- Pixie Confusion enchantment.
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:Mo1zQcCG:6ALj176G"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Mo1zQcCG:6ALj176G"
}




