Tags
Creators
Details
Licensed MIT
Published 2 years ago
All versions
2.0.0
Release
Irregular Chef 2.0.02 years ago 402
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
- Resprites by Evo. Thanks, Evo!
- Changed the mod ID from irregularchef to irregular_chef
- Removed Hunter's Casserole, Lavender Mashed Potatoes, and Traffic Jam Rolls
- Cooking recipes grant XP
- Turtle Gallimaufry is now waterloggable
- Some food tooltip revamps
- Mild adjustments to effect durations/intensities
- added Create potato gun compat for a lot of food items
- Recipe adjustments
- Ex) Purple Cow Floats now require Cloud Storage, not Endergetic (may change this back later though)
- Dirt cups now cause the player to glow blue for a duration if eaten underground, in addition to the Night Vision
- The glowing isn't a status effect. I'll probably make the blue glow configurable when I feel like it
Not many new features in this port, but I hope that these tweaks and removals will help to pave the way for more interesting foods moving forward! Got some ideas...
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:E4H6Qvjs:urrEFltz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:E4H6Qvjs:urrEFltz"
}

