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