mirror of
https://github.com/cfouche3005/ISEN-Tech.git
synced 2026-01-18 16:37:28 +01:00
8 lines
213 B
JavaScript
8 lines
213 B
JavaScript
// 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')
|
|
}) |