6 lines
158 B
JavaScript
6 lines
158 B
JavaScript
|
// priority: 0
|
||
|
|
||
|
onEvent('jei.hide.items', event => {
|
||
|
// Allows us to blacklist JEI items using KubeJS in future:
|
||
|
// event.hide('minecraft:cobblestone')
|
||
|
})
|