Tags
Creators
Details
Licensed LGPL-3.0-only
Published 3 years ago
All versions
0.4.2
Release
Ex Sartagine Requiem 0.4.22 months ago 85
Uploaded by
Compatibility
Minecraft: Java Edition
1.12.2
Platform
Forge
Supported environments
Client and server
Changes
Sorry, I forgot to update the mod on Modrinth for uh, the past three years. Here's the additive changelog since 0.3.12:
- JEI recipes now display in the order they are registered (they would appear in a random order before).
- The internal liquid tanks of the kettle, pot, and cauldron can be interacted directly with liquid container items now (e.g. you can click with a water bucket directly on the tank to deposit or extract it)
- Reimplemened recipe logic for all the crafting machines to deal with various outstanding bugs, including EXP Gain via Shift + L/R Click Kettle #3 and the inability to add different recipes with the same output item
- Added Crafttweaker methods to remove Wok and Kettle recipes by output
- Added direct cooktop cooking mechanics. Hearth and Oven and their extensions can now directly cook four items at once directly on their surfaces
- Recipes are inherited from furnaces by default, and can be added specifically as well
- Any four items can be placed on top of the blocks (this means actual cookware must be shift-placed now)
- Damages living entities standing on top while on
- For inherited furnace recipes,
- Hearth and extensions cook items at x0.3 the speed of vanilla furnaces
- Range and extensions cook items at x0.5 the speed of vanilla furnaces
- Hearth fire texture is now animated đ„
- Added the "Cutting Board"
- Uncraftable and comes with no recipes by default. Rotatable
- Shift+RMB with any ore:knife on top to stick the item on the table
- Accepts an input, defined "knives," and an output. Clicking with the defined knife on the table will cut the object and spawn the outputs in world to the right of the table (allowing for collection with a hopper or similar), spending 1 durability per recipe. Amount of clicks/cuts can be defined per recipe
- Added the "Cauldron", an upgraded version of the pot that inherits its recipes
- Added the "Combustion Chamber" item. Can upgrade a hearth to behave exactly like an oven
- Implemented a "dirtying" mechanic, where certain recipes can cause cookware to become dirty, after which only further dirty recipes can be processed until the cookware is clean. To clean an appliance, one can:
- Wait out the amount of the specified time for the specific nasty recipe
- Interact with the appliance with any item with ore:cleaner, damaging the item by 1
- Interact with the appliance with any item with ore:washer while there's at least 250mb of liquid water in the container (liquid and mb configurable), damaging the item by 1
- Create a recipe with negative "dirtyTime"
- Removed (? cooked beans
- Made various minor enhancements:
- Added tooltips to the buttons in the kettle UI for improved clarity
- Slightly tweaked the smelter's collision to better match its model
- Added a configuration option to disable smelter fire particles (retains smoke though)
- Bubble particles generate while the pot or cauldron are cooking
- The pot can collect rainwater if left out in the rain
- Added tossing of items into the pot (similar to the Botania petal apothecary)
- Tweaked hearth, oven, and extensions' GUI
- Items can be added and removed from the Cutting Board and cooktops using shift + scrollwheel
- Removed test:recipe
Optional dependencies
Any compatible version
Any compatible version
Any compatible version
Any compatible version
Any compatible version
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:DnRocHsW:PIt1a92g"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DnRocHsW:PIt1a92g"
}

