
Create Sifting
A sifter block for the amazing Create mod
Über diese Mod
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
- 1.21.1: Supported. Documentation refers to this version.
- 1.20.1: Only critical issues 1.20.x Documentation
- 1.19.x: Unsupported: 1.19.x Documentation
- 1.18.x: Unsupported: 1.18.x 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.
- Output
- Input
- Shift + right click: Mesh
Brass Sifter
Highredstone 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
- See Included recipes
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
- Texture location (for this examples):
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.
Verfügbare Versionen
Create Sifting auf dem Server installieren
Server bestellen
Bestelle einen Minecraft Java Server mit mindestens 4 GB RAM (6 GB empfohlen).
forge Loader setzen
Wähle im Panel unter "Egg" den forge-Loader und die passende Minecraft-Version (1.21.1).
Mod installieren
Öffne den Mod-Browser im Dashboard und suche nach "Create Sifting". Klicke "Installieren" – fertig! Alternativ: Lade die .jar via SFTP in den /mods Ordner.
Kompatibilität
Mod-Loader
Minecraft-Versionen
1.21.1, 1.20.1, 1.20 (+4 weitere)
Server-seitig
✓ ErforderlichEmpfohlener RAM
6 GB(min. 4 GB)Häufige Fragen
Create Sifting Server crasht beim Start – was tun?
Häufigste Ursache: falsche forge-Version oder zu wenig RAM. Prüfe im Server-Log (latest.log), ob ein "OutOfMemoryError" oder "Mixin"-Fehler auftritt. Bei Mado Hosting: Stelle sicher, dass mindestens 4 GB RAM zugewiesen sind und der Loader zur Mod-Version passt (1.21.1). Über das Panel kannst du den Loader mit einem Klick wechseln.
Ist Create Sifting mit forge und neoforge kompatibel?
Create Sifting unterstützt offiziell forge, neoforge für Minecraft 1.21.1, 1.20.1, 1.20. Im Mado Dashboard werden inkompatible Loader-Kombinationen automatisch erkannt.
Server laggt mit Create Sifting – wie optimiere ich die Performance?
Empfohlener RAM: 6 GB (+1 GB pro 5 Spieler). Prüfe mit /spark profiler, ob Create Sifting den meisten Tick-Time verbraucht. Häufige Fixes: Server-View-Distance auf 8-10 reduzieren, bei Forge "performant" oder "starlight" als Zusatz-Mod installieren. Bei Mado Hosting läuft dein Server auf NVMe-SSDs mit dedizierten CPU-Kernen für minimale Latenz.
Ähnliche Mods
Modded Server mieten
Installiere Create Sifting mit nur einem Klick auf deinem Server.
Details
- Lizenz
- GNU Lesser General Public License v3.0 only
- Server-seitig
- Erforderlich