All versions
0.3
Alpha
Alpha - Grassy Update3 months ago 92
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Server-side
Client and server
Required content
Changes
0.3 - Grassy Update 🌿
🛠️ Changes
- Added grass regrowth on grass blocks (15%)
- Added short grass stage (Minecraft Short Grass)
- Added medium grass stage (Overgrow Grass)
- Added grass growth from short > normal grass (15%)
- Added fern spawning (5%)
- Added chance-based transformation system
- Updated short grass texture
🧊 Blocks
- Added Grass (Medium grass stage)
- Added Cracked Stone Brick Stairs
- Added Cracked Stone Brick Slabs
- Added Cracked Stone Brick Walls
🔁 Transformations
- Added Dirt > Mud transformation
- Added Mud > Dirt transformation
- Added Stone Bricks variants (stairs, slabs, walls) > Cracked Stone Bricks variants (stairs, slabs, walls)
🎚️ Config
- Added configurable transformation chance per block type
- Changed default values
🛠️ System
- Added
blockedBlockssupport in TransformationRules - Reworked TransformManager logic (replaced
return;withcontinue;) - Improved transformation system stability
Optional dependencies
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:vxWJfNWs:BXyePhnS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vxWJfNWs:BXyePhnS"
}



