promotional bannermobile promotional banner

KubeJEI

Advanced JEI support for KubeJS 1.16

File Details

1.5: category/recipe denying & dual drawable

  • R
  • Oct 13, 2024
  • 71.66 KB
  • 14
  • 1.16.5
  • Forge

File Name

kube_jei-1.5.0.jar

Supported Versions

  • 1.16.5

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

KubeJS 1.4.1 -> 1.5.0

category/recipe denying & dual drawable

  • early denying for recipes/categories
    • you can now deny recipes/categories at the earliest point possible, even before they are accepted by JEI
    • by denying early instead of hiding them after loaded(KubeJS approach), almost all related computation for it can be skipped, so it can actually improve JEI loading performance
    • use kube_jei.deny.xxxxx to listen to denying related events, use ProbeJS Legacy for more info
  • dual drawables
    • in Create style(one main, one secondary), please try it yourself
  • some more shortcut for RegisterRecipeCatalystsEvent and WrappedIngredients