Tags
Creators
Details
All versions
66
Release
Alfheim 662 days ago 73
Uploaded by
Compatibility
Minecraft: Java Edition
1.7.10
Platform
Forge
Supported environments
Client and server
Required content
Unavailable version
Any compatible version
Changes
Innovations:
- Kudzu vine
- Beer brewing
- Age locking for growable entities
- Deleted griefer creeper
- Elemental slimes spawn logic is now equal to regular slimes
- Flugel (tier 3) rebalance
- Removed Iffesal dust drop from snow sprites
- New config category for balance (existing props moved there, update your files)
- Config for lifespan of shed items
- Some modded pocket dimensions are now available from Alfheim
- Improved Astrolabe logic
- Improved Resonator logic
- Volcano mace rework similar to vanilla mace
- [ESM] New recipes and tweaks for extended play
- [Aether] Alfheim can now be set as a dimension "below" the Aether
- ...other minor changes
Fixes:
- Crafty Crate deleting items if blocked
- Forced chunks overflow
- Giant bifrost flower missing petals
- Some mobs still being able to aggro when under Sealing Disguise
- Narslimmus won't eat giant slimes
- Split on death slimes now retain ability to be consumed by Narslimmus
- Item Platforms logic
- Niflheim ice and Muspelheim fire explosion resistance
- Munchdew leaf search logic
- Tigerseye creeper search logic
- Composite lens recipe now accepts "slimeball" oredict
- Corporea quandex logic
- Unbound key bindings trigger from special keys (workaround for LWJGL issue)
- [TC] Colored dirt considered harvestable by golems
- [Starminer] Console spam from some entities being unable to spawn
- ...other minor fixes
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:Qta0UW0A:IPIh7O9u"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Qta0UW0A:IPIh7O9u"
}

