All versions
1.0.0
Release
Ashen World 1.0.02 months ago 67
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
v1.0.0 — Survival Foundations
Crafting & Recipes
- Added all vanilla-style wood recipes for Ashen and Virewood wood sets: planks (from log + wood), wood, stairs, slabs, fences, fence gates, buttons, and pressure plates
- Added utility recipes: fused glass (smelting), geiger sign, nuclear waste barrel, ash block
- Fixed all recipe formats for NeoForge 1.21.1 compatibility
Block Tags & Tool Compatibility
- Added both wood sets to all relevant vanilla tags — mod planks now work in vanilla recipes (crafting tables, sticks, etc.)
- Fences now properly connect to each other and to vanilla fences
- Added comprehensive mineable tags for every mod block — pickaxe, axe, shovel, and hoe coverage
- Ash block and irradiated sand recognized as sand-type blocks
Loot Tables
- Rusted debris drops 2–3 scrap when mined with a stone+ pickaxe
- Dead branch drops 1–2 sticks when broken
World Generation
- Contaminated Deep now generates as a proper underground cave biome
- Added dripstone caves and lush caves as underground biomes with natural rarity distribution
- Verdant Hollow is now extremely rare (mushroom fields level)
- Player always spawns in Cracked Flats
- Added sculk patches and sculk veins to Contaminated Deep for proper ancient city atmosphere
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:p1mKaKWo:55hWPZKs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:p1mKaKWo:55hWPZKs"
}

