You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CelestialAbyss edited this page May 17, 2023
·
2 revisions
Finality
KubeJS refuses to hide the watering cans from Pickle Tweaks and I tried making it ignore NBT, but it still does not work.
onEvent('jei.hide.items',event=>{// Hide items in JEI here// event.hide('minecraft:cobblestone')event.hide('pickletweaks:watering_can')event.hide('pickletweaks:reinforced_watering_can')})