All versions
1.1.0
Release
Shadow's Cookings 1.1.02 years ago 72
Compatibility
Minecraft: Java Edition
1.20.6
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Changes
You thought this mod was abandoned? Fuck you! Here's a surprise update to compensate for favoring Complexity Swords.
- Added a stone wheel, used for grinding wheat to flour and leaves to lettuce.
- Added lettuce. It is now used as an ingredient in burgers and pizzas instead of leaves.
- Changed the texture of the sculk stew to look more Vanilla-like.
- Added a hardened clay plate. It's now used as an ingredient in the pizza recipe instead of the normal clay plate. It's crafted by placing a clay plate on a campfire.
- Added Appetitol, a fictional drug that makes you lose 3 full hunger points.
- Added salt. It's used to craft Appetitol and as an ingredient in the burger recipe.
- Added a recipe for the petrified oak slab because why not. It's crafted with one oak slab and one stone slab.
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:CgWwzQgw:NrCTLyn8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CgWwzQgw:NrCTLyn8"
}

