0.0.5-alpha
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
//隐藏REI物品
|
||||
REIEvents.hide('item',event => {
|
||||
event.hide('twilightforest:uncrafting_table')
|
||||
})
|
||||
|
||||
REIEvents.removeCategories(event => {
|
||||
event.remove('twilightforest:uncrafting')
|
||||
})
|
||||
@@ -1,6 +0,0 @@
|
||||
// priority: 0
|
||||
|
||||
// Visit the wiki for more info - https://kubejs.com/
|
||||
|
||||
console.info('Hello, World! (Loaded client scripts)')
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
ServerEvents.recipes(event => {
|
||||
//移除合成
|
||||
event.remove({output:'twilightforest:uncrafting_table'})
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user