1.0.0
Compatibility
Changes
This release will focus on 5 small Features added that will be expanded on in the next 5 drops, (also including things from old "The Dark Age" versions this structure will allow us to focus updates to points of the mod and expand those much bigger with Minecraft like game drops, by focusing on 1 main topic at a time Things like crafting tables of all wood types will show up in the first version however it wont all be there as its expanded apon in future updates
Starting with “plenty of wood” being the Next main "Game Drop" However there is Still alot to Enjoy and i hope to see you all explore the world and give us feedback, and expect version 1.1 "plenty of wood" in the next month or so
New biomes Salt lakes Volcanic Caves/Mountains Mystic Forest UPDATED Bonsai Fields Maple Forest mahoe Forest New Wood types Maple Mahoe Bonsai Mystic UPDATED
New Mobs Snail The Frost
New Structures
Bonsai Shrine
New Stone Types
Shale (All Stone Types) MournStone
Stone Tiles Stone piller netherrack Tiles NetherRack Piller
Chiseled Bone Block
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:OBZ0eX8o:759ihTH0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OBZ0eX8o:759ihTH0"
}

