Tags
Creators
Details
All versions
26.1.1.2+neoforge-26.1.1
Release
26.1.1.2+neoforge-26.1.14 months ago 1,972
Compatibility
Minecraft: Java Edition
26.1.1–26.1.2
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
- Added Chicken Sink
- Provides eggs to recipes over time
- Added Coffee Machine
- No functionality yet; will be added once mods adding coffee are ported to 26.1
- Model created by HeckinChloe
- Added Cookie Jar
- Put cookies or other sweets in it
- Added Chef Hat
- Wear it to look professional
- Added stacked cabinets
- Place a cabinet on another cabinet to transform it
- Added display of craftable count after selecting a recipe
- Added display of ingredient count when hovering an ingredient
- Changed cooking so ingredients from the inventory are prioritized over kitchen storage
- Added salt filter
- Provides salt to recipes
- Changed Ice Unit so it allows crafting of snowballs and ice cubes
- Ice Cubes can be crafted into Ice Blocks
- Added
c:foods/edible_when_placedtocookingforblockheads:foods, ensuring items like cakes show up in the recipe book - Fixed rendering of counter and fridge doors
- Fixed error when crafting items that have no remainder
- Some breaking changes in the API as well as some performance improvements
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:vJnhuDde:JwYD2kZ3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vJnhuDde:JwYD2kZ3"
}


