Mod

Create Slice & Dice
Rank 593
Rank 405 among mods

Quick rating

Create Slice & Dice

Overall rating distribution
0.5★ (no ratings)
1.0★ (no ratings)
1.5★ (no ratings)
2.0★ (no ratings)
2.5★ (no ratings)
3.0★ (no ratings)
3.5★ (no ratings)
4.0★ (no ratings)
4.5★ (no ratings)
1 rating (100%) · 5.0★
0.5★ 5★
Gameplay
0.0
Aesthetics
0.0
Performance
0.0

Making automation for Farmers Delight more sensible

Industrial
Tech
Village & Farm Life
Create-focused
Farming & Agriculture
Mod Addon
Food & Culinary
Mod Loaders
Forge
NeoForge
Fabric
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Required

About

Project Details

Type
Mod
License
Custom License
Latest Version
Neoforge 4.3.2
Authors
CurseForge

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID
Modrinth ID

Resources

External Links

Source Issues Wiki Discord

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.

Forge requires Kotlin for Forge Create

Fabric requires Fabric Language Kotlin Create Fabric

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.

Slicer

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.

Cooking

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.

Sprinkler

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.

Strip Wax

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.

Latest Stable Version Latest Snapshot Version

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.

Screenshots

Gallery

  • Automatic Cooking
    Automatic Cooking Cooking using the mechanical mixer
  • Sprinkler
    Sprinkler The sprinkler enables a banana fond to grow without rain

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

1
Ratings
0
Followers
4
In stacks

By the numbers

Statistics

55m
Total Downloads
CurseForge
48.9m
Modrinth
6.1m
Last Updated
CurseForge
Created
CurseForge
Modrinth
Last synced
When ModDex last fetched and imported data for this project from CurseForge or Modrinth. High-traffic and active projects are checked more often.
Next pipeline sync