Create More Fans
The author built this one for Minecraft 1.21.1 on NeoForge. On other versions it may install and then do nothing.
Create: More Fans
A utility library for creating new types of processing recipes for Create's fans, similar to splashing and haunting recipes.
Overview
This mod provides a KubeJS API to create custom fan processing types without needing to directly modify or extend Create's code. The mod handles all the integration with Create's fan processing system, recipe management, and JEI/EMI compatibility.
Usage
A new CreateMoreFansEvents is available in startup scripts.
const $ParticleTypes = Java.loadClass(
"net.minecraft.core.particles.ParticleTypes"
);
CreateMoreFansEvents.registry((event) => {
event
.create(`create_more_fans:test`)
.setCatalystBlockTag(`minecraft:leaves`)
.setCatalystFluidTag(`kubejs:liquified_leaves`)
.setProcessingParticles($ParticleTypes.CHERRY_LEAVES)
.displayName("Bulk Testing")
.setJeiCategoryDisplayItem(`minecraft:cherry_leaves`)
.setJeiAttachedBlock(`minecraft:oak_leaves`);
});
Note: If a namespace isn't specified it will default to KubeJS, which may cause recipes not to display in EMI.
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.21.1
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on CurseForge — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
- Ships as createmorefans-0.1.0.jar — drop this file into the mods folder
- Download size: 25 KB
- Download link checked 12 Sept 2026 — working
These come from our own check of the pack file, not from the source page.