0.0.5-alpha

This commit is contained in:
2024-01-22 23:01:51 +08:00
parent 6b7c6ef52e
commit 21e05ac442
110 changed files with 1689 additions and 3612 deletions

View File

@@ -0,0 +1,8 @@
//隐藏REI物品
REIEvents.hide('item',event => {
event.hide('twilightforest:uncrafting_table')
})
REIEvents.removeCategories(event => {
event.remove('twilightforest:uncrafting')
})

View File

@@ -1,6 +0,0 @@
// priority: 0
// Visit the wiki for more info - https://kubejs.com/
console.info('Hello, World! (Loaded client scripts)')