Langue

Create Slice & Dice

Create Slice & Dice

Modrinth

Making automation for Farmers Delight more sensible

6.5M téléchargements 1.2k abonnés mis à jour 6h ago
dernière v3.6.0 Modrinth
Fabric Forge Neoforge 1.18.2 – 1.21.1 FoodTechnology

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://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.

Versions

Beta
3.6.0
fabric · 1.20.1 · 6h ago
- support for farmers delight refabricated >= 2.5.0 (#296)
88
Release
4.3.3
neoforge · 1.21.1 · 2d ago
- mark `SprinklerProvider` as `@JvmStatic` - fix potion sprinkler behaviour (#294)
8.5k
Beta
4.3.2
neoforge · 1.21.1 · 1mo ago
**!! please read about breaking changes in 4.0.0 !!** - added new `SprinklerProvider` to api package for other mods to datagen their sprinklers - added load…
133.9k
Beta
4.3.1
neoforge · 1.21.1 · 1mo ago
- fixed bundled atmosphere mod missing (#283)
1.0k
Beta
4.3.0
neoforge · 1.21.1 · 1mo ago
**!! ATTENTION !!** this update includes some heavy refactoring, all your existing worlds should still work fine, but any mod depending on slice & dice or…
2.1k
Beta
3.5.2-fabric
fabric · 1.20.1 · 4mo ago
- re-implement basic REI compat (#264) - fixed slime-ball compat recipe (#267)
214.2k
Beta
3.5.1-fabric
fabric · 1.20.1 · 4mo ago
- fixed startup crash (#263)
5.0k
Beta
3.5.0-fabric
fabric · 1.20.1 · 4mo ago
- using java 17
225
Release
4.2.4
neoforge · 1.21.1 · 4mo ago
- fixed incorrect create version requirement
907.6k
Release
4.2.3
neoforge · 1.21.1 · 4mo ago
- updated to work with latest create release - fixed ponder crash
415
Beta
3.4.1-fabric
fabric · 1.20.1 · 4mo ago
- complete rewrite based on the current forge version - works with create 6.* and above
365
Release
3.6.0
forge · 1.20.1 · 9mo ago
- fix halloween easter egg crash - support for create 6.0.7 (#245)
491.9k

Commentaires 0

Aucun commentaire pour l'instant. Sois le premier à donner ton avis.

FAQ

Comment installer Create Slice & Dice ?

Téléchargez le fichier pour votre version de Minecraft et votre loader sur cette page, puis placez le .jar dans le dossier mods (ou plugins) et lancez le jeu.

Create Slice & Dice est-il gratuit ?

Create Slice & Dice est gratuit sur Modgrid — nous renvoyons directement vers la source officielle, sans paywall.

Quelles versions de Minecraft Create Slice & Dice prend-il en charge ?

Compatible avec Fabric, Forge, Neoforge. Prend en charge les versions 1.18.2–1.21.1. La liste des versions et loaders pris en charge est dans la section de téléchargement de cette page.

Télécharger Create Slice & Dice

Les fichiers proviennent directement de la source d'origine. Modgrid ne les héberge ni ne les modifie.