All versions
0.1.2
Beta
0.1.2 (1.21.8 NeoForge)4 months ago 22
Compatibility
Minecraft: Java Edition
1.21.8
Platform
NeoForge
Supported environments
Client and server
Changes
- New biome: "Alones". The Alones biome is the latest biome of the Oracle dimension. It is mainly made up of "Souldust Planks".
- New wood set: "Souldust". Souldust is a wood set that only appears in the Alones biome.
- New tool set: "Souldust". Souldust tools are slightly less stronger than iron tools. They are the only tool set that can be enchanted with the "Dragon" enchantment.
- New mob: "Crawlping". The Crawlping is a mob in the Alones biome that will attack anything it sees.
- New mob: "Sawping". The Sawping is a mob in the Alones biome and is a stronger version of the Crawlping.
- New enchantment: "Dragon". The Dragon enchantment spawns a dragon fireball everytime you swing a Souldust tool.
- New dimension: "Skip". The Skip dimension is full of bedrock. 1 block in the Skip dimension is 10 blocks in the overworld.
- New biome: "Bedrock Lands". The Bedrock Lands is currently the only biome of the Skip dimension. It consists only of bedrock.
- New command: "/skip". The skip command takes you to the Skip dimension.
- New block: "Graystone". Graystone is used as the skip portal frame. It is crafted from 1 of every stone type.
- New item: "Flint and Urainium". Flint and Urainium is the skip portal lighter. It is crafted from reinforced flint and steel surrounded by urainium chunks.
- New plant: "Dual Weed". The Dual Weed is a new plant that is common in the overworld.
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:UTzdHVDV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ymvZdIpe:UTzdHVDV"
}

