Links
Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated last year
All versions
0.1.1-alpha+mod
Alpha
fancy-balloons-v0.1.1-alpha2 years ago 2,974
Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Client and server
Changes
Color Patch!
- New colors include:
- black
- brown
- cyan
- light blue
- light gray
- lime
- magenta
- orange
- pink
- white
- yellow
- gray
- purple
- Recipes for the controllers! Now controllers have stone cutter recipes, instead of simply giving them to the player for free.
- Changed the controller items to be iron nuggets, and since you use iron nuggets to craft the controllers, you can convert a controller into another!
- You can technically still use the old controller items, but they will no longer have the different texture and also wont be able to be used for crafting other controllers.
- BE CAREFUl! Since the item controllers are just iron ingots with custom data, minecraft will still see them as iron nuggets for recipes.
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:BhpGT6y6:DwHs93Qj"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BhpGT6y6:DwHs93Qj"
}

