Mineuniverse
Log in Register
Mods

Create More Fans

A KubeJS addon for creating custom fan processing recipe types
by iamthemcmaster
Download Claim this project
1,470 downloads
0 likes
Updated Jul 6, 2026
0 hypes
Create KubeJS

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.

createmorefans-0.1.0.jar
MC Client, NeoForge, 1.21.1, Server
Release 2025-08-15 Get

More from iamthemcmaster

Copper Age Backport Durability Fix
32,013
Monkey Patches
154,616

You Might Also Like

Create : Creating Space
Create: Creating Space is a mod that allow you to create rocket using contraptions and go to other planets.
984,375
Create: Quality Of Life
Adds quality of life things for Create Mod
982,776
Create: Haven Qualities
Add more blocks, items and recipes, an addon for Create.
971,630
Create: Better Villager (Fabric/Forge/NeoForge)
[Create-6.0.6 (✓) ]Create: Better Villager that adds a host of Create-mod villager professions | Forge/Neoforge and Fabric
968,702
Create: Stuff 'N Additions - Tank Fix (Spout, Curios & Upgrade)
Adds Spout filling, Curios slots, and Sophisticated Core Tank Upgrade integration for Create SA Tanks on NeoForge 1.21.1.
99,667
Create: Creator Sword
Adds more weapon options that combine combat functionality with Create Mod's mechanical features, providing both utility and combat efficiency.
99,556