Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 weeks ago
All versions
1.1+1.20.1
Release
Create: Garnished [Fabric]3 years ago 2,470
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Quilt
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
!Utilizes Create 0.5.1 for 1.18.2-1.20.1!
Known incompatibility with Create 0.5.1.e
- Add Molten Remnant
- Add Molten Stew
- Add functionality to the Hatchet Enchantments
- Ravaging
- Magma Cube
- Additional Magma Cream with a 12.5% drop rate
- Molten Remnant with an 8.34% drop rate
- Blaze
- Additional Blaze Rod(s) with a 16.67% drop rate
- Blaze Powder with a 10% drop rate
- Enflamed Mandible with a 6.25% drop rate
- Ghast
- Additional Gunpowder with a 12.5% drop rate
- Additional Ghast Tear(s) with an 8.34% drop rate
- Magma Cube
- Salvaging
- Fish (any fish)
- Bone(s) with a 16.67% drop rate - Changes to a 33.34% drop rate with Salvaging 2
- Additional Fish Drops with a 5% drop rate - Changes to a 12.5% drop rate with Salvaging 2
- Squid
- Ink Sac with a 16.67% drop rate - Changes to a 25% drop rate with Salvaging 2
- Glow Squid
- Glow Ink Sac with a 16.67% drop rate
- Changes to a 25% drop rate with Salvaging 2
- Glow Lichen with a 12.5% drop rate
- Changes to a 16.67% drop rate with Salvaging 2
- Glow Ink Sac with a 16.67% drop rate
- Frog (any frog)
- Magma Cream with a 3.58% drop rate (does not change with enchantment level)
- Molten Remnant with a 1.7% drop rate
- Changes to a 2.5% drop rate with Salvaging 2
- Fish (any fish)
- Ravaging
- Fix Cashew Mixture Texture
- Adjust Enflamed Mandible Texture
- Fix Issue #20
- Port to 1.18.2
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:hQTnCxEy"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6e2SlzR4:hQTnCxEy"
}

