Tags
Creators
Details
0.5.1
Compatibility
Required content
Changes
- Added Book blocks:
Book blocks come in multiple types. There is the Bundle, which has full and slab block variants. Then there is the Pile, a new block which functions as a Quarter Slab, allowing it to be stacked 4 times to make a full block. The Pile can be gotten by shearing a Bundle or a Half Bundle. Book blocks come in all 16 colors, as well as an uncolored version which has 6 random texture variants.
- Added Bag of Ender Pearls
- Added Grass Bale
- Added Grass Thatch
- Added Grass Thatch Stairs
- Added Grass Thatch Slab
- Added Turf blocks:
Turf blocks are a new type of grass block that will never convert to dirt. It comes in a full block, as well as layers; another Quarter Slab block, which can be gotten by right clicking the block with a shovel. There are currently Turf blocks for all base game grass types.
- Added Crimson Fungus Crate
- Added Warped Fungus Crate
- Updated Crate Lids
Crate Lids can now be placed leaning up against the sides of blocks.
- Added Nether Quartz Crate
- Added Amethyst Crate
- Added Echo Shard Crate
- Added Pallet:
The Pallet is yet another Quarter Slab block. It serves no purpose other than being a nice decorative block for you to build with.
- Added Diamond Pallet
- Added Emerald Pallet
- Many backend adjustments
- Fixed crash at startup
Note:
This is part one of the full mod release. I'm breaking it up as just the first half already adds a bunch of new stuff, and the last version had unfinished blocks in it. Hopefully this update gets people excited for what is to come in the full release.
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:opsrwaeY:a1bwy2CM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:opsrwaeY:a1bwy2CM"
}


