Back to mods
Create Sifting project artwork

CurseForge · Minecraft mod

Create Sifting

A sifter block for the amazing Create mod

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which Create Sifting release should I use?

Updated 2 months ago
Latest stable file Create: Sifter 1.8.6-6.0.6 for mc1.20.1
Game version 1.20.1
Loader Forge, NeoForge

Create Sifting Create: Sifter 1.8.6-6.0.6 for mc1.20.1 targets 1.20.1 with Forge, NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. All 1 required mods have matching files.

Where it goes

Is Create Sifting required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release Forge, NeoForge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does Create Sifting Create: Sifter 1.8.6-6.0.6 for mc1.20.1 need?

Create: Sifter 1.8.6-6.0.6 for mc1.20.1. Change the file and its required mods may change too.

All 1 required mods have matching files

Install Create first. We found matching files for this game-version and loader setup. 4 come through another mod in the chain.

7 listed on this file 4 pulled in by those mods
CraftTweaker Optional for Create Sifting Create: Sifter 1.8.6-6.0.6 for mc1.20.1
optional
Matching file found Matched file: CraftTweaker-forge-1.20.1-14.0.60.jar
KubeJS Create Optional for Create Sifting Create: Sifter 1.8.6-6.0.6 for mc1.20.1
optional
Matching file found Matched file: KubeJS Create Forge 2001.3.0-build.8
CreateTweaker Optional for Create Sifting Create: Sifter 1.8.6-6.0.6 for mc1.20.1
optional
Matching file found Matched file: CreateTweaker-forge-1.20.1-4.0.15.jar
KubeJS Optional for Create Sifting Create: Sifter 1.8.6-6.0.6 for mc1.20.1
optional
Matching file found Matched file: KubeJS Forge 2001.6.5-build.26
Create Needed by Create Sifting Create: Sifter 1.8.6-6.0.6 for mc1.20.1
required
Matching file found Matched file: Create 6.0.8 for mc1.20.1
Just Enough Items (JEI) Optional for Create Sifting Create: Sifter 1.8.6-6.0.6 for mc1.20.1
optional
Matching file found Matched file: 15.62.0.214 for Forge 1.20.1
Just Enough Items (JEI) Optional for Create Sifting Create: Sifter 1.8.6-6.0.6 for mc1.20.1
optional
Matching file found Matched file: 15.62.0.214
Rhino Needed by KubeJS
pulled in
Matching file found Matched file: Rhino Forge 2001.2.3-build.10
Architectury API Needed by KubeJS
pulled in
Matching file found Matched file: [Forge 1.20(.1)] v9.2.14
MezzConfig Needed by Just Enough Items (JEI)
pulled in
Matching file found Matched file: MezzConfig 0.6.3 for Forge 1.20.1
MezzConfigGUI Needed by Just Enough Items (JEI)
pulled in
Matching file found Matched file: MezzConfig GUI mc1.20.1-0.5.5 for Forge

4 extra mods were pulled in by other dependencies. Indented rows show who needs each one. We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add Create Sifting without breaking your instance.

Built for Create Sifting Create: Sifter 1.8.6-6.0.6 for mc1.20.1. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use Create: Sifter 1.8.6-6.0.6 for mc1.20.1. It targets 1.20.1 with Forge, NeoForge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install Create first. We found matching files for this game-version and loader setup. 4 come through another mod in the chain.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside Create: Sifter 1.8.6-6.0.6 for mc1.20.1. It opens that exact file at the source.

About this project

What does Create Sifting add?

Create Sifting

A simple sifter for the amazing Create mod. This mod it's meant to be used in modpacks.

Heavily inspired on ex nihilo sieve.

Dedicated wiki

1.21.1-2.x Version Requires Mechanicals Lib

Version support & documentation

Meshes

Works with the sifter or in hand (like create sandpaper)

  • String, Andesite, Brass, Sturdy
  • Advanced meshes only work with the brass sifter.
  • Configurable mesh durability.
    • By default, only applies to hand sifting.
    • Enchantable with Unbreaking.
  • Added zinc mesh for modpacks.

Sifter

Automated sifting. Based on the Millstone block works more or less in the same way. You can toss items on top or feed it with any item automated way (hoppers, funnels, chute…)

  • Right Click with a mesh to add it.
  • Right Click with empty hand to clear inventories.
    1. Output
    2. Input
    3. Shift + right click: Mesh

Brass Sifter

  • High redstone disables processing
  • Output filter.
  • 8x processing per cycle, configurable.
  • Bigger output capaticy, configurable.

Recipes

Waterlogged feature (optional)

  • "waterlogged":"true"
  • Sifters can be waterlogged to get different output.
  • In hand meshes act as waterlogged when the player is in a LiquidBlock

Advanced sifter per recipe (optional)

  • "advancedSifter":"true"
  • Recipes can require brass sifter for normal meshes too.

Compact recipes.

  • Recipes with same mesh and input block gets merged allowing easier compat.
  • Current mods:
    • EnderIO
    • Ars nouveau
    • AE2

Recipes examples

KubeJS

  • Remove al Sifting recipes.
ServerEvents.recipes(event => {
  event.remove({ type: 'createsifter:sifting' })
})
  • Chanced output (binding)
Output.of('minecraft:clay', 0.5)
  • Add recipes
ServerEvents.recipes(event => {
  /** 
    createsifter.sifting(Output[] result, Ingredient ingredient, ItemStack mesh)
    .processingTime(int time) // optional, default: 500
    .waterlogged(true) //optional, default: false
    .advancedSifter(true) //optional, default: false
  **/
  event.recipes.createsifter.sifting([Output.of('minecraft:clay',0.5),Output.of('minecraft:redstone')],'minecraft:sand',"createsifter:andesite_mesh")
})
  • Custom meshes
    • Texture location (for this examples): kubejs/assets/kubejs/textures/item/diamond_mesh.png
StartupEvents.registry('item', event => {

    //Basic mesh
    event.create('diamond_mesh','createsifter:mesh')
      .displayName('Diamond Mesh')
      .parentModel("createsifter:block/meshes/mesh")
      .texture("mesh","kubejs:item/diamond_mesh")
      .maxDamage(77) //Mesh durability

    //Advanced mesh
    event.create('advanced_diamond_mesh','createsifter:advanced_mesh')
      .displayName('Advanced Diamond Mesh')
      .parentModel("createsifter:block/meshes/mesh")
      .texture("mesh","kubejs:item/diamond_mesh")
      .texture("frame","micraft:block/diamond_block")
      .maxDamage(200) //Mesh durability

})

Thanks to the Creators of Create.

Project description from CurseForge.

Pick your setup

Create Sifting by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

8 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Create Sifting versions and loaders

66 of 66 releases match

Looking for an older file? The official CurseForge project page is in Resources.