Tags
Creators
Details
Licensed GPL-3.0-only
Published 9 months ago
Updated 9 months ago
All versions
0.2.0-1.21.1
Release
Andro's Palette 0.2.0-1.21.19 months ago 135
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
After a long wait, 0.2.0 is finally here!!
Changelog:
:bulb:Added:
- Stained Siding Block (All 16 Colors)
- Stained Bordered Siding Block (All 16 Colors)
- Added Stained Wooden Fences (All 16 Colors)
- Added Stained Wooden Fence Gates (All 16 Colors)
- Added Stained Wooden Trapdoors (All 16 Colors)
- Added Stained Wooden Doors (All 16 Colors)
- Add Stained Logs (All 16 Colors)
- Add Stained Stripped Logs (All 16 Colors)
- Added Stained Pressure Plates (All 16 Colors)
- Added Stained Buttons (All 16 Colors)
- Added Stained Boats (All 16 Colors)
- Added Stained Chest Boats (All 16 Colors)
- Added Stained Signs (All 16 Colors)
- Added Stained Hanging Signs (All 16 Colors)
:bug:Fixed:
- Missing Tags for various blocks
- Creative Tab Icon not using the right Block (1.20.1)
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:kDvzsC8d:aCdGsbBt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kDvzsC8d:aCdGsbBt"
}

