mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
Copied configs for diff
This commit is contained in:
8
kubejs[default]/client_scripts/script.js
Normal file
8
kubejs[default]/client_scripts/script.js
Normal file
@ -0,0 +1,8 @@
|
||||
// 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')
|
||||
})
|
Reference in New Issue
Block a user