Push 1.18.2 Archive

This commit is contained in:
merith-xyz 2024-09-23 17:22:21 -07:00
parent eb5cb460a7
commit 3a6b398dc6
215 changed files with 3085 additions and 2182 deletions

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