Create Slice & Dice Wiki & Guide
The community wiki and guide for Create Slice & Dice — recipes, items, tags and mechanics, kept current for every Minecraft version the mod supports.
About this mod
[KOTLIN_FORGE]: [KOTLIN_FABRIC]: [CREATE_FORGE]: [CREATE_FABRIC]: [FARMERS_DELIGHT_FORGE]: [FARMERS_DELIGHT_FABRIC]: [OVERWEIGHT_FARMING]: [NEAPOLITAN]: [DOWNLOAD]: [CURSEFORGE]: [MODRINTH]: [ISSUES]: https://github.com/PssbleTrngle/SliceAndDice/issues
[][KOTLIN_FORGE] [
][KOTLIN_FORGE] [
][CREATE_FORGE]
[][KOTLIN_FABRIC] [
][KOTLIN_FABRIC] [
][CREATE_FABRIC]
Slicer
This mod enables a variety of features to create better compatibility between mostly [Farmer's Delight][FARMERS_DELIGHT_FORGE] and [Create][CREATE_FORGE]. While it is designed to work with Farmer's Delight, it does work without it and also adds some compatibility features for other mods.

Automatic Cutting
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
Automatic Cooking
All recipes from Farmer's delight requiring the Cooking Pot are added as heated mixing recipes.

Sprinkler
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.
- Lava applies a small amount of fire damage to entities below
- Water makes the area below wet, making the world think it's raining there.
- Potions apply their affect for a short duration to entities below
- Liquid Fertilizer, a new fluid, applies a bonemeal affect to blocks.
The latter is meant to enable growing of _Banana Fonds_ from [Neapolitan][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.

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

Custom Recipes
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.
Custom Sprinkler Actions
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.
shape of a sprinkler JSON file
```json { "action": { // the action that will be executed. custom actions can be registered to the sliceanddice:sprinkle_action registry. "type": "sliceanddice:damage", // some parameters, depending on what action type has been set above "amount": 0.5, "damage_type": "minecraft:in_fire" }, "fluid": { "fluid": "minecraft:lava" } } ```
For Developers
(Description truncated.)
Compatibility
Which Minecraft versions and mod loaders the mod supports.
| Loader | MC 1.21.1 | MC 1.20.1 | MC 1.19.2 | MC 1.18.2 |
|---|---|---|---|---|
| Fabric | — | ✓ | ✓ | — |
| Forge | — | ✓ | ✓ | ✓ |
| Neoforge | ✓ | — | — | — |
Dependencies
Other mods required (or optional) to run this mod.
Recent updates
Latest releases with the author's changelog notes.
- support for farmers delight refabricated >= 2.5.0 (#296)
- mark
SprinklerProvideras@JvmStatic - fix potion sprinkler behaviour (#294)
!! please read about breaking changes in 4.0.0 !!
- added new
SprinklerProviderto api package for other mods to datagen their sprinklers - added load conditions to sprinklers with compat for other mods (#286)
- fixed bundled atmosphere mod missing (#283)
!! 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.
...
Gallery


Related mods
Mods in the same category as this one.
Developer resources
Guides
The basics
In-game guide topics for Create Slice & Dice — full write-ups live in the Guides section.
Processes
Every recipe the mod adds, grouped by how it is made.
Blocks
Frequently asked questions
What does Create Slice & Dice add?
Automation machines for Create, including the Slicer and the Sprinkler, for processing items and applying effects. The core-machines guide covers them.
How does the Sprinkler work in Slice & Dice?
The Sprinkler applies fluid effects over an area. The sprinkler guide explains its effects and uses.
What does the Slicer do?
The Slicer automates cutting and processing recipes as part of a Create contraption line, as covered in the core-machines guide.
Version history
Create Slice & Dice 3.6.0 (MC 1.20.1) → 4.3.3 (MC 1.21.1): 0 recipes added · 0 recipes removed · 5 recipes updated.
Slicer
Sprinkler




