File Details
1.4.1: Many doc & helpers
- R
- Sep 29, 2024
- 54.90 KB
- 18
- 1.16.5
- Forge
File Name
kube_jei-1.4.1.jar
Supported Versions
- 1.16.5
Curse Maven Snippet
KubeJS 1.4.0 -> 1.4.1
misc fix
- fix a wrong type wrapper causing JEI to crash
- adds
$before class name in JSDoc to work better with ProbeJS 4
KubeJEI 1.3.0 -> 1.4.0
many doc & ingredient helper
- MANY doc, including docs for:
- almost ALL JEI events
- builder for CustomRecipeManagerPlugin
- builder for CustomRecipeCategory
- JEIDrawableWrapper
- JEI
IIngredientsand our ingredients helpers
- Note that KubeJEI now requires Rhizo to work, because stupid Rhino 1,16 is dead for a long time, and is missing typing annotations for our doc usage
- default custom category title is now a bit shorter
IIngredientsexpansion- the
IIngredientspassed toRecipeSetHandlerandFillIngredientsHandlerare now expanded to provide fluid ingredient wrapping, and ingredient type helpers
- the
IIngredientType<Something>now can be wrapped formClass<Something>, akatypeof Something- some helpers for Math related classes for you to construct them easier

