promotional bannermobile promotional banner

KubeJEI

Advanced JEI support for KubeJS 1.16

File Details

1.5.1: better recipe denying & non-custom category denying

  • R
  • Oct 14, 2024
  • 72.15 KB
  • 42
  • 1.16.5
  • Forge

File Name

kube_jei-1.5.1.jar

Supported Versions

  • 1.16.5

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

KubeJS 1.5.0 -> 1.5.1

better recipe denying & non-custom category denying

  • make recipe filtering happens before some JEI filters to prevent JEI throwing exceptions even when this recipe can be filter out by our filters
  • add DenyCategoryEventJS#denyNonCustom(), allowing you to deny category while still allowing custom category with same id to register itself, with this, you can replace recipe category with your own implementation easier
  • remove ProbeJS Legacy version requirement, we don't need 4.0+ specific features yet
  • (feature from 1.4.0) better code doc