Create More Fans
No reviews yet
A KubeJS addon for creating custom fan processing recipe types
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
About
Description
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.
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers