HomeJavaModsCreate Sifting
Create Sifting
ModsJava

Create Sifting

by oierbravo · on CurseForge

Sifter for create. Free Minecraft Java mod for 1.21.1, 1.20.1, 1.19.2.

Which build do you need?

This mod ships a separate file for every mod loader and every version of the game. Pick both, then download — the wrong build installs fine and then does nothing in the game.

Mod loader

Minecraft version

⬇ Download for 1.21.1 · NeoForge⬇ Download for 1.20.1 · NeoForge⬇ Download for 1.20.1 · Forge⬇ Download for 1.19.2 · Forge⬇ Download for 1.18.2 · Forge
I don't know my version or loader
Open the Minecraft launcher and look at the profile you play on — it names both, like fabric-loader-1.21.4. The version also shows in the bottom-right corner of the game's main menu.
No loader in the profile name? Then it's plain Minecraft, and these mods won't run — you need Fabric or NeoForge installed first.

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

Recipes

Waterlogged feature (optional)

Advanced sifter per recipe (optional)

Compact recipes.

Recipes examples

KubeJS

ServerEvents.recipes(event => {
  event.remove({ type: 'createsifter:sifting' })
})
Output.of('minecraft:clay', 0.5)
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")
})
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.

Verified by MCModsHub

These come from our own check of the pack file, not from the source page.

Explore more