1.2
Compatibility
Changes
🌟 Update Announcement v1.2: "The Enchanted Overhaul!"
Get ready for a whole new adventure! Update 1.2 brings stunning biome improvements and exciting features to make your exploration more fun and immersive. 🎨 1. Biome Improvements
Enhanced Visuals: The biome has been completely redesigned to look much better, more detailed, and filled with vibrant life!
🪵 2. New Wood Types
Fresh Building Blocks: Added new trees and wood types, giving you brand-new options and textures for your builds.
🏛️ 3. New Structures
Explore & Discover: Discover newly added structures scattered throughout the world, packed with surprises and excitement.
🌾 4. New Flora & Food
New Plant: Added a unique plant to brighten up the environment and use for decoration or crafting.
New Food: Enjoy delicious new food items to keep your hunger bar full during your journeys.
✈️ 5. The Magic Flying Item
Fly High: Introducing a special new item that grants you the ability to fly freely for 5 full minutes! Perfect for exploring the world from above.
Ready for the adventure? Jump in now and experience everything new in v1.2!
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:PW4oszpO:rHue4izf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PW4oszpO:rHue4izf"
}

