Making automation for Farmers Delight more sensible
This mod enables a variety of features to create better compatibility between mostly Farmer's Delight and Create.
While it is designed to work with Farmer's Delight, it does work without it and also adds some compatibility features for other mods.

The Main feature of the mod is the Slicer, a machine similar to the Mechanical Mixer or Mechanical Press from Create.
It automatically registers all cutting recipes from Farmer's Delight. In that sense, it is an automatic Cutting Board.
In order to use it, the correct tool has to be placed into the machine, using Right-Click.
By default, only knives and axes are allowed, but this behaviour can be overwritten by modifying the sliceanddice:allowed_tools item tag.
An example datapack which adds shears to this tag can be found here
All recipes from Farmer's delight requiring the Cooking Pot are added as heated mixing recipes.

The Sprinkler is a block which, when provided with a fluid using a pipe, will distribute it in a small area below.
Different fluids can have different effects.
The latter is meant to enable growing of Banana Fonds from Neapolitan without being dependent on the weather, but it could possibly have other effects on other mods too.
Sprinklers work on contraptions and apply there effect every time they are moved to a new block.
The also work in physics contraptions created by Create Simulated.

If present, some compatibility features for Overweight Farming is added.
This includes waxing recipes using the deployer,
as well as showing the axe-stripping of overweight crops in JEI.


If you want to add custom recipes using a datapack, this can also be done and
works for both single recipes and steps of a sequences assembly recipe.
Examples for these can be found in the example datapack.
What effect which fluid in the sprinkler has is data-driven an can be modified or extended.
You can find the build-in actions here.
When depending on the mod, you can include it from my maven, which will have the benefit of including transient dependencies.
There is also an api package, which should be enought at compile time for some use-cases,
for example when only adding a custom sprinkler or sprinkle action.
When a new release is already being worked on, there might also be -SNAPSHOT versions being published, which you can use to already get a look at upcoming changes.
repositories {
maven {
url = uri("https://thedarkcolour.github.io/KotlinForForge/")
content { includeGroup("thedarkcolour") }
}
maven {
url = uri("https://maven.ryanhcode.dev/releases")
content { includeGroupAndSubgroups("dev.ryanhcode") }
}
maven {
url = uri("https://registry.somethingcatchy.net/repository/maven-public/")
content { includeGroup("com.possible-triangle") }
}
}
dependencies {
compileOnly("com.possible-triangle:sliceanddice-api:$sd_version")
runtimeOnly("com.possible-triangle:sliceanddice-neoforge:$sd_version")
}
Under the hood, slice & dice uses the library atmosphere, which itself is still early in development.
Required
Required
Умови використання, зміни та поширення цього товару.
02.08.2026 · Modrinth
Скриншоти та зображення з оригінальної сторінки Modrinth.







Опубліковані версії та оригінальні файли Modrinth.
02.08.2026 · 9 706 завантаження
31.07.2026 · 135 829 завантаження
SprinklerProvider as @JvmStatic24.06.2026 · 174 633 завантаження
!! please read about breaking changes in 4.0.0 !!
SprinklerProvider to api package for other mods to datagen their sprinklers23.06.2026 · 1 053 завантаження
23.06.2026 · 2 373 завантаження
!! ATTENTION !!
this update includes some heavy refactoring, all your existing worlds should still work fine,
but any mod depending on slice & dice or modifying it, will likely be broken until they update.
If you are one of those developers, I have created some documentation about how you can do so here.
There were lots of internal changes, meaning it's currently unlikely that they will be ported to the fabric version or the 1.20.1 version.
#c:buckets tag to fertilizer bucket (#270)20.03.2026 · 271 601 завантаження
11.03.2026 · 5 007 завантаження
10.03.2026 · 242 завантаження
10.03.2026 · 1 072 761 завантаження
10.03.2026 · 435 завантаження
10.03.2026 · 397 завантаження
04.11.2025 · 545 219 завантаження
29.10.2025 · 175 478 завантаження
29.10.2025 · 518 завантаження
29.10.2025 · 520 завантаження
05.10.2025 · 26 057 завантаження
05.10.2025 · 88 776 завантаження
19.09.2025 · 38 691 завантаження
19.09.2025 · 28 816 завантаження
18.09.2025 · 1 145 завантаження
ru_ru.json by @mpustovoihu_hu.json by @bayi18.09.2025 · 1 609 завантаження
ru_ru.json by @mpustovoihu_hu.json by @bayi01.07.2025 · 63 669 завантаження
01.07.2025 · 856 завантаження
01.07.2025 · 179 210 завантаження
07.03.2025 · 191 134 завантаження
23.09.2024 · 1 050 496 завантаження
23.09.2024 · 15 347 завантаження
19.09.2024 · 3 118 завантаження
basin_cooking.replace_fluid_containers that automatically replaces fluid containers in cooking recipes with their respective fluid (same as in forge version)19.09.2024 · 381 946 завантаження
19.09.2024 · 411 777 завантаження
19.09.2024 · 264 завантаження
allowed_items tag referencing invalid minecraft tag (#159)basin_cooking.replace_fluid_containers that automatically replaces fluid containers in cooking recipes with their respective fluid (same as in forge version)19.09.2024 · 30 483 завантаження
12.07.2024 · 131 722 завантаження
Fixed:
- harvesters not using shears for leaves anymore (#153)
- mod crashed without farmers delight
Added:
- French translation by @rmnvgr
Full Changelog: https://github.com/PssbleTrngle/SliceAndDice/compare/2.3.2...3.2.1
12.07.2024 · 2 378 завантаження
Fixed:
- harvesters not using shears for leaves anymore (#153)
- mod crashed without farmers delight
Added:
- French translation by @rmnvgr
Full Changelog: https://github.com/PssbleTrngle/SliceAndDice/compare/1.3.2...1.3.3
12.07.2024 · 8 376 завантаження
Fixed:
- harvesters not using shears for leaves anymore (#153)
- mod crashed without farmers delight
Added:
- French translation by @rmnvgr
Full Changelog: https://github.com/PssbleTrngle/SliceAndDice/compare/2.3.2...2.3.3
12.07.2024 · 507 873 завантаження
Fixed:
- harvesters not using shears for leaves anymore (FORGE-153)
- mod crashed without farmers delight
Added:
- French translation by @rmnvgr
Full Changelog: https://github.com/PssbleTrngle/SliceAndDice-Fabric/compare/3.2.2...3.2.3
12.07.2024 · 5 022 завантаження
Fixed:
- harvesters not using shears for leaves anymore (FORGE-153)
- mod crashed without farmers delight
Added:
- French translation by @rmnvgr
Full Changelog: https://github.com/PssbleTrngle/SliceAndDice-Fabric/compare/2.3.4...2.3.5
12.06.2024 · 69 769 завантаження
12.06.2024 · 2 362 завантаження
18.04.2024 · 87 455 завантаження
17.04.2024 · 1 494 завантаження
17.04.2024 · 2 970 завантаження
17.04.2024 · 33 260 завантаження
15.03.2024 · 52 257 завантаження
0.5.1-f22.09.2023 · 544 156 завантаження
0.5.1.d06.09.2023 · 252 814 завантаження
06.09.2023 · 248 723 завантаження
06.09.2023 · 3 307 завантаження
06.09.2023 · 28 112 завантаження
06.09.2023 · 65 667 завантаження
16.08.2023 · 5 221 завантаження
11.08.2023 · 551 завантаження
_manual_only08.08.2023 · 11 747 завантаження
08.08.2023 · 412 завантаження
08.08.2023 · 1 428 завантаження
03.08.2023 · 752 завантаження
03.08.2023 · 163 завантаження
03.08.2023 · 276 завантаження
01.08.2023 · 401 завантаження
25.07.2023 · 156 завантаження
LevelMixin crash (closes #89)24.07.2023 · 434 завантаження
24.07.2023 · 99 завантаження
24.07.2023 · 378 завантаження
19.07.2023 · 396 завантаження
17.07.2023 · 6 421 завантаження
30.06.2023 · 7 481 завантаження
1.9.0 to allow quilt compat27.06.2023 · 367 завантаження
0.5.105.06.2023 · 3 644 завантаження
#forge:dough tag reference (fixes #81)04.06.2023 · 122 завантаження
03.06.2023 · 108 завантаження
03.06.2023 · 660 завантаження
01.06.2023 · 94 завантаження
0.5.123.05.2023 · 1 740 завантаження
0.5.1_manual_only suffix (#65)20.05.2023 · 2 077 завантаження
20.05.2023 · 1 215 завантаження
11.05.2023 · 306 завантаження
04.05.2023 · 253 завантаження
fabric.mod.json28.04.2023 · 397 завантаження
28.04.2023 · 229 завантаження
26.02.2023 · 1 044 завантаження
24.02.2023 · 17 827 завантаження
23.02.2023 · 122 завантаження
23.02.2023 · 116 завантаження
21.02.2023 · 128 завантаження
Full Changelog: https://github.com/PssbleTrngle/SliceAndDice/compare/2.0.0...2.0.1
20.02.2023 · 94 завантаження
Full Changelog: https://github.com/PssbleTrngle/SliceAndDice/compare/1.1.0...1.1.1
22.11.2022 · 786 завантаження
09.09.2022 · 576 завантаження
18.08.2022 · 431 завантаження
0.5.0d)es_es.json translations (thanks to @albertosaurio65)18.08.2022 · 107 завантаження
18.08.2022 · 122 завантаження
Initial Release
17.08.2022 · 158 завантаження
15.08.2022 · 139 завантаження
Initial Release