Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 5 days ago
All versions
1.4+1.18.2
Release
[Forge] Create: Garnished3 years ago 1,940
Compatibility
Minecraft: Java Edition
1.18.x
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Changes
!Utilizes Create 0.5.1 for 1.18.2-1.20.1!
- Add Chestnut nut type (along with variants)
- Add Walnut Gorge Cream Bowl
- Add Cashew Sorbet Scoop
- Add Cashew Sorbet Delight
- Add Wheat Graze
- Add Porkchop & Graze
- Add Ghandercken
- Add Fishy Surprise
- Add Gloomy Gathering
- Add Aching Tenebrous Clump
- Add Raw Tenebrous Meat
- Add Cooked Tenebrous Meat
- Add "Welcome To Hell's Kitchen!" advancement
- Consume every food that is introduced by Create: Garnished
- Fix many "bowl" foods not acting normally (not providing an empty bowl upon consumption)
- Fix certain food items not having the proper stack size
- Fix certain foods not being marked as "meat"
- Fix certain recipes using the wrong "common/forge" tag for certain ingredients
- Fix recipe group structure for "from_nut_sack" recipes
- Fix Venerable Delicacies being "fast" foods
- Add Raw Tenebrous Meat to Ancient City loot tables (1.19+)
- Update data files (minecraft tags, in-mod tags, forge tags, create tags, +recipes)
- Add Chestnuts to available "potato_cannon_projectile_types"
- Update HatchetUtils.getDrops() method
- Move advancements over to a separate tab screen
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:t2XRqED7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:6e2SlzR4:t2XRqED7"
}

