// priority: 0 onEvent("jei.hide.items", event => { event.hide("tconstruct:honey_bucket"); event.hide("thermal:creosote_bucket"); }); onEvent("jei.hide.fluids", event => { // Honey event.hide("tconstruct:honey"); event.hide("cofh_core:honey"); // Creosote Oil event.hide("thermal:creosote"); });