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
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.xxxxxto 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
RegisterRecipeCatalystsEventandWrappedIngredients

