KubeJEI
This is an addon for KubeJS and JEI that extends the integration capabilities of Just Enough Items with KubeJS. The mod enables developers to utilize all functionality available through JEIPlugin but using KubeJS scripts.
Key Features
KubeJEI includes useful tools for rendering and working with interface elements, including support for IDrawable. Now you can easily display entities on JEI pages with just one method call, with fine-grained control over positioning, rotation, and animation.
Important Note
Mod versions starting from 1.4.0 require Rhizo instead of Rhino. This is because Rhino for Minecraft 1.16 is no longer supported and lacks the necessary functions for JavaScript documentation generation.
Available Events
- Runtime initialization:
kube_jei.on_runtime_available - Advanced registration:
kube_jei.register_advanced - Category creation:
kube_jei.register_categories - Fluid subtypes:
kube_jei.register_fluid_subtypes - Interface handlers:
kube_jei.register_gui_handlers - Ingredients:
kube_jei.register_ingredients - Item subtypes:
kube_jei.register_item_subtypes - Recipe catalysts:
kube_jei.register_recipe_catalysts - Recipe registration:
kube_jei.register_recipes - Recipe transfer handlers:
kube_jei.register_recipe_transfer_handlers - Vanilla category extensions:
kube_jei.register_vanilla_category_extensions - Recipe restrictions:
kube_jei.deny.recipes - Category restrictions:
kube_jei.deny.categories