Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated last month
All versions
1.9+1.19.2-forge
Release
[Forge] Create: Garnished2 years ago 64
Compatibility
Minecraft: Java Edition
1.19–1.19.2
Platforms
Forge
NeoForge
Supported environments
Client and server
Required content
Changes
- When next to lava, all Liquefied Mastic Resin will now generate a corresponding Zultanite variant
- When next to lava, Apple Cider will now generate Carnotite
- Haunting Purple or Magenta Zultanite produces Abyssal Stone
- Haunting Brown or Orange Zultanite produces Ritualistic Stone
- Haunting Yellow Zultanite produces Carnotite
- Add 17 Zultanite stone types, each corresponding to one of the 16 Minecraft colours + a base variant that is "undyed"
- Add new Bulk Dyeing recipe types for new Liquefied Mastic Resins
- Complete the Mastic Resin rainbow to now include the following colours: Lime, Light Blue, Cyan, Magenta, Pink, Black, Gray, Light Gray, White, and Brown
- Refactor all Brick Stairs, Slabs, Walls, etc. blocks to now follow the vanilla id formatting
- Adjust Carnotite textures
- Update the "consume all foods" advancement to include the new Mastic Paste(s)
- Add Create: Framed compatibility for Bulk Dyeing
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:6e2SlzR4:LLnzsQYx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6e2SlzR4:LLnzsQYx"
}


