Tags
Creators
Details
Licensed ARR
Published 6 months ago
Updated 19 hours ago
All versions
1.7.0
Release
Rubys Additions 1.7.02 months ago 11
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
Version 1.7.0
Bug Fixes
- Fixed an issue with flowering blocks item colors, for real this time I think? (DEFINETLY FOR REWAL I SWEAR I SWEAR IT IS DONE IT IS FIXED IM SORRY)
Gameplay Additions
- Compatibility with Goulden's Vanilla Backpack for rainbow dye :3
- Backported wool slabs and stairs from 26.3
- Vines now also alternate their blockstate variants on trees
- Bunnies get the zoomies randomly around their owner.
- Added rainbow wool, wool stairs, wool slabs, carpet, terracotta, glazed terracotta, stained glass, stained glass pane, candle, concrete, concrete powder, bed, shulker box, and I think that's it there.
- Added many recipes for using pigment to dye blocks
- I think that's everything? Spent too long remaking my datagen for literally no reason so I feel like it has been years, I need to make a github for this project ._.
Misc (resourcepack and datapack related stuff)
- Added a "bunny_food" tag to add to the list of food the bunny can eat
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:uNzmQkaN:lA4Pc49O"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:uNzmQkaN:lA4Pc49O"
}

