Mod
Create Slice & Dice
Making automation for Farmers Delight more sensible
Themed around heavy machinery, factories, and automation reminiscent of the Industrial Revolution.
Focuses on automation and resource processing through scientific and mechanical means, utilizing systems like electricity (RF/FE/etc), air pressure, or rotation.
Features a central focus of farming and villages/ homesteading.
Heavily focused around the Create mod, known for its unique mechanical systems and contraptions.
Enhances farming mechanics and introduces new crops and livestock.
Adds extra features or content to an existing mod.
Focuses on cooking, recipes, and food-related mechanics.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
Slicer
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.

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 without being dependent on the weather, but it could possibly have other effects on other mods too.

Overweight Farming
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.

Slicer
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.

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 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 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
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://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.
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers