Links
Tags
Creators
Details
Licensed CC-BY-SA-4.0
Published 7 months ago
Updated 8 months ago
All versions
0.1.0
Alpha
Hollowing Demise 0.1.08 months ago 183
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Client and server
Changes
First Alpha Release
- Added the "Demon" or "Hollow":
- When a player dies, they automatically enter this state.
- Hollows have an essence meter instead of a hunger bar.
- Essence is gained by collecting experience orbs.
- Hollows can hold [R] to heal using 1 notch of essence.
- Sunlight burns away a hollow's essence and sets them on fire at 0 essence.
- Hollows cannot gain levels.
- Added ethereal state:
- A Hollow can hold [G] to become intangible using half a notch of essence.
- Ethereal players have limited flight and cannot interact with the world.
- Ethereal players are ignored by mobs.
- Ethereal players lose essence over time.
- Added daytime sleeping for all players.
- Added almarite ore:
- Drops 3-5 almarite shards.
- Almarite shards can be consumed to gain 20 XP.
- Added totem of restoration:
- Crafted from gold and almarite.
- Returns a hollow to its living state. Single use.
- Added infernal scroll:
- Crafted from paper, ink, and a variety of nether materials.
- Allows hardcore players to become hollows.
- Stores a player's experience when becoming hollow.
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:Q8VL2CF0:bjWyX5XJ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Q8VL2CF0:bjWyX5XJ"
}

