floretcraft-modpack/.minecraft/kubejs/client_scripts/script.js

8 lines
213 B
JavaScript
Raw Normal View History

2024-09-24 01:22:21 +01:00
// priority: 0
console.info('Hello, World! (You will see this line every time client resources reload)')
onEvent('jei.hide.items', event => {
// Hide items in JEI here
// event.hide('minecraft:cobblestone')
})