Tags
Creators
Details
Licensed CC-BY-NC-SA-4.0
Published 3 years ago
Updated 3 days ago
All versions
0.5
Release
Aerial Hell 0.53 years ago 735
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Forge
Supported environments
Client and server
Changes
Shadow update !
- Shadow Catacombs dungeon
- Lilith boss, summoning Shadow Projectiles and Shadow Flying Skulls
- Shadow Automaton
- Shadow Troll and Automaton are now very visible with night vision effect ; and are scared by Volucite Torchs
- Shadow Pine mimic
- Vulnerability effect (effect overlay and heart overlay) ; can be healed with Shadow Fruit stew
- Cursed Crystal dungeon material
- Shadow treasure : cursed axe and sword, reaper scythe, shadow armor (less resistant but powerful)
- Shadow Tower little structure
- Updated Shadow Advancements
Diverse :
- Aerial Hell paintings
- Gliding Turtle entity
- New Solid Ether Walker boots enchantment (allows you to walk on solid ether with any boots)
- A lot of new sounds, by Tanio & some from Mixkit website (some are unused yet)
- Bosses difficulty now adapts to the number of nearby players
- Updated AerialHell Bosses bars : Bossbars display only when the boss is active
- Lapis Robinia Hut (structure)
Throwing things :
- Removed Throwing Knifes
- Added Shurikens
Blocks :
- Dungeons chains
- Shadow Bars
- Some Mossy Dungeon Blocks
- Mud Bone Pile block
- Smoky Quartz
- Shadow Crystal
- Purple Solid Ether
Features :
- Mossy Cobblestone Rock feature
- Purple Solid Ether Cloud feature
- Smoky Quartz ore
Entity Misleading mechanic :
- Crystal Golems are now your friend if you wear a full Lunar Armor
- Shadow Automaton are your friend if you wear a full Shadow Armor
- Traitor effect : if you betray a misleaded entity, you will be spotted as a traitor!
Fixes :
- Fixed little structures generation problems (some structures were not generating when z > x)
- Fixed lunar temples generating in the intersections of a square-grid (making their position easily guessable). Now their position is more random
- Structure generation now configurable with json files
- Fixed mimics not moving (hitbox bug)
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:hvaVU41U:74Nivs2N"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hvaVU41U:74Nivs2N"
}

