mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
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')
|
|
}) |