promotional bannermobile promotional banner

KubeJEI

Advanced JEI support for KubeJS 1.16

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

Forge

implementation fg.deobf("curse.maven:kubejei-1109581:5767697")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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 IIngredients and 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
  • IIngredients expansion
    • the IIngredients passed to RecipeSetHandler and FillIngredientsHandler are now expanded to provide fluid ingredient wrapping, and ingredient type helpers
  • IIngredientType<Something> now can be wrapped form Class<Something>, aka typeof Something
  • some helpers for Math related classes for you to construct them easier