Push 1.18.2 Archive
This commit is contained in:
parent
eb5cb460a7
commit
3a6b398dc6
215 changed files with 3085 additions and 2182 deletions
8
.minecraft/kubejs/client_scripts/script.js
Normal file
8
.minecraft/kubejs/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')
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue