Links
Tags
Creators
Details
Licensed MIT
Published last year
Updated 22 hours ago
All versions
26.1.2.8.1
Beta
26.1.2.8.1 (26.1.2 NeoForge)last week 16
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
- New biome: "Darkened Sands". The Darkened Sands biome is the first biome in this mod to generate in the overworld. It contains Darkened Sand, the Girtree wood set, and the Wanderer.
- New block: "Darkened Sand". Darkened Sand is the primary block in the Darkened Sands biome. It can easily be blown up by TNT.
- New block: "Soggy Darkened Sand". Soggy Darkened Sand is a variant of Darkened Sand that only appears if water is touching Darkened Sand. You can revert it back to Darkened Sand by using a furnace.
- New wood set: "Girtree". The Girtree wood set is from the tree in the Darkened Sands biome.
- New fluid: "Dirty Water". Dirty Water appears in the Darkened Sands biome. It gives the Nasuea effect uppon collision.
- New mob: "Wanderer". The Wanderer is a variant of the husk in the Darkened Sands biome. It has no legs, but it is faster than a spider. It drops Dried Flesh on death.
- New item: "Dried Flesh". Dried Flesh is a variant of Rotten Flesh. It has a 50% chance to give you the Super Hunger effect upon consumtion.
- New effect: "Super Hunger": Super Hunger is an effect that removes 0.025 hunger every tick.
- New block: "Girstone". Girstone is a stronger version of Darkened Sand that is in the Darkened Sands biome.
- New potion: "Potion of Thirst". The Potion of Thirst gives you the Super Hunger effect.
- New potion "Potion of Thirst II". The Potion of Thirst II gives you an amplifed Super Hunger for a longer time.
- New armor trim: "Ironhide". The Ironhide armor trim disguises your armor to look like Iron Armor. You can get it with an Iron Upgrade Smithing Template.
- New item: "Iron Upgrade Smithing Template". The Iron Upgrade Smithing Template is required to get the Ironhide armor trim. You can get it by surrounding a Nether Upgrade with 8 Iron Ingots in a crafting table.
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:ymvZdIpe:SV0O5XuF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ymvZdIpe:SV0O5XuF"
}

