All versions
0.2.0
Release
A Little Darkness 0.2.05 months ago 14
Compatibility
Minecraft: Java Edition
1.21.8
Platform
NeoForge
Supported environments
Client and server
Changes
- Added Glowstone Dust and Additional Heart to Ghost droplist.
- Added Rotten Flesh and Additional Heart to Jumping Zombie droplist.
- The chest crafting has been changed.
- The Cursed Tree Log is now ignitable.
- The Cursed Tree Log and Cursed Tree Leaves are now used in the Find Tree Tutorial.
- The Cursed Tree Log and Cursed Tree Leaves are now used in vanilla recipes.
- The Cursed Tree Log can be used as fuel.
- Cursed Tree Planks have been added.
- Wooden Boxes for storing items have been added.
- New chests have been added (6 levels).
- Boxes for storing many items of one type have been added (6 levels).
- Storage Expanders for chests and boxes have been added.
- New Creative Tab for storages has been added.
- Fixed blocks mined with netherite tools.
- Silver Sword has been added. Silver Sword deals 50% more damage against undead.
- Vampire Mob has been added. Drop from Vampire can be used in crafting of Vampire Blade Tier I.
- Stats of Vampire Blade was changed (Damage 5 —> 7, added additional 25% damage against undead, but less damage against Vampires).
- New damage types have been added.
- Death reports have been updated.
- Fixed bug with downscaling of weighting after death.
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:VxHTMT7Y:wJFYg6ik"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VxHTMT7Y:wJFYg6ik"
}

