1
0
mirror of https://git.fellies.tech/minecraft/fellies.git synced 2021-02-13 10:18:48 +00:00
Fellies/kubejs[vs]/client_scripts/jei_blacklist.js
2021-02-06 12:01:02 +01:00

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')
})