Links
Tags
Creators
Details
Licensed MIT
Published last year
Updated 22 hours ago
All versions
26.1.2.7.1
Release
26.1.2.7.1 - Being Alone (26.1.2 NeoForge)last month 16
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes

The version system has changed to Y.M.P.M.R (Year.Minor.Patch.Month.Release) due to changes in the mod's pipeline. In addition, the source code for WorldStudios World is now on GitHub.
- Updated NeoForge to 26.1.2.71.
- 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.
- New item: "Dirt Boat". The Dirt Boat is a new boat that is crafted using 5 dirt.
- New block: "Breakable Bedrock". Breakable Bedrock can be mined by a diamond pickaxe, but it can only be exploded by End Crystals.
- New flower: "Eyeflower". The Eyeflower is a flower that resembles 2 eyes.
- New biome: "Broken Lands". The Broken Lands is a biome in the Skip dimension that contains Breakable Bedrock and Eyeflowers.
- New biome: "Alone Delta". The Alone Delta is a variant of the Alones biome in the Oracle. It contains Souldust Gravite.
- New block: "Souldust Gravite". Souldust Gravite is a mix of Souldust Planks and Gravite.
- New mob: "Observeer". The Observeer is an aggressive mob in the Alones that drops Wopper when defeated.
- New ingot: "Wopper Ingot". Wopper Ingot is dropped by the Observeer. It can be used to craft Wopper tools and armor.
- New armor and tool set: "Wopper". Wopper tools and armor are slightly stronger than Iron.
- New block: "Dirt Chest". The Dirt Chest is crafted using 8 dirt, and it only has 11 slots.
- New enchantment: Copper Power. Copper Power is an enchantment for the Wopper Pickaxe. When mining Copper Ore with the enchantment, the Wopper Pickaxe will slightly repair itself.
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:Fby3uLBe"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ymvZdIpe:Fby3uLBe"
}

