Mineuniverse
Log in Register
Mods

Create Sifting

Sifter for create
by oierbravo
Download Claim this project
8,075,341 downloads
0 likes
Updated Jun 30, 2026
0 hypes

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.

Create: Sifter 2.2.2 for mc1.21.1
MC Client, 1.21.1, NeoForge, Server
Beta 2026-06-21 Get
Create: Sifter 2.2.1 for mc1.21.1
MC Client, 1.21.1, NeoForge, Server
Beta 2025-12-13 Get
Create: Sifter 2.2.0 for mc1.21.1
MC Client, 1.21.1, NeoForge, Server
Beta 2025-11-15 Get
Create: Sifter 2.1.6 for mc1.21.1
MC Client, NeoForge, 1.21.1, Server
Beta 2025-06-22 Get
Create: Sifter 1.8.6-6.0.6 for mc1.20.1
MC Client, 1.20.1, Forge, NeoForge, Server
Release 2025-06-16 Get
Create: Sifter 2.1.4 for mc1.21.1
MC Client, NeoForge, 1.21.1, Server
Beta 2025-06-13 Get
Create: Sifter 2.1.3 for mc1.21.1
MC Client, NeoForge, 1.21.1, Server
Beta 2025-05-24 Get
Create: Sifter 2.1.2 for mc1.21.1
MC Client, NeoForge, 1.21.1, Server
Beta 2025-05-23 Get
Create: Sifter 2.1.1 for mc1.21.1
MC Client, NeoForge, 1.21.1, Server
Beta 2025-05-18 Get
Create: Sifter 2.1.1 for mc1.21.1
MC Client, NeoForge, 1.21.1, Server
Beta 2025-05-08 Get
Create: Sifter 2.1.0 for mc1.21.1
MC Client, NeoForge, 1.21.1, Server
Beta 2025-05-07 Get
Create: Sifter 2.0.6-6.0.4 for mc1.21.1
MC Client, NeoForge, 1.21.1, Server
Beta 2025-04-20 Get
Create: Sifter 2.0.7-6.0.4 for mc1.21.1
MC Client, NeoForge, 1.21.1, Server
Beta 2025-04-20 Get
Create: Sifter 2.0.4-6.0.4 for mc1.21.1
MC Client, NeoForge, 1.21.1, Server
Beta 2025-04-18 Get
Create: Sifter 2.0.5-6.0.4 for mc1.21.1
MC Client, NeoForge, 1.21.1, Server
Beta 2025-04-18 Get
Create: Sifter 2.0.3-6.0.4 for mc1.21.1
MC Client, NeoForge, 1.21.1, Server
Beta 2025-04-08 Get
Create: Sifter 2.0.1-6.0.4 for mc1.21.1
MC Client, NeoForge, 1.21.1, Server
Beta 2025-04-03 Get
Create: Sifter 2.0.0-6.0.4 for mc1.21.1
MC Client, NeoForge, 1.21.1, Server
Beta 2025-03-28 Get
Create: Sifter 2.0.1-6.0.4 for mc1.21.1
MC Client, NeoForge, 1.21.1, Server
Beta 2025-03-28 Get
Create: Sifter 1.8.4-6.0.3 for mc1.20.1
MC Client, NeoForge, 1.20.1, Forge, Server
Release 2025-03-18 Get
Create: Sifter 1.8.3-6.0.2 for mc1.20.1
MC Client, NeoForge, 1.20.1, Forge, Server
Release 2025-03-07 Get
1.20.1-1.8.2.j-55
MC 1.20.1, Forge
Release 2024-10-25 Get
1.20.1-1.8.2.i-51
MC 1.20.1, Forge
Release 2024-10-12 Get
1.20.1-1.8.2.e-22
MC 1.20.1, Forge
Release 2024-09-03 Get
1.20.1-1.8.2.h-48
MC 1.20.1, Forge
Release 2024-09-03 Get

More from oierbravo

Trading station
99,755
Create Mechanical Chicken
914,452
Water condenser
79,189
Create Mechanical Extruder
6,759,184
Create: Mechanical teleporter
5,899
Mechanical trading station
4,607

You Might Also Like

Rope Bridge
Ever wanted to build a rope bridge to an inaccessible area? With Rope Bridge, you can!
9,737,029
Ender IO Forestry
Forestry integration module for a modular Ender IO installation
998,058
Immersive Industry (1.16/1.20)
Introduce more various process and energy production machines to Immersive Engineering.
978,517
[IV/MTS] Q.M.P [Qawsed Military pack]
Military armor NATO and SOVIET Army
97,945
CreepTech
Technology + Adventure
9,965
[Immersive Vehicles] Ghost Corporation (Ghostride)
Pack for Immersive Vehicles, adds cars from my imagination
9,960