1.20.1
ported to 1.20.1
This commit is contained in:
23
kubejs/server_scripts/miscellaneous.js
Normal file
23
kubejs/server_scripts/miscellaneous.js
Normal file
@@ -0,0 +1,23 @@
|
||||
ServerEvents.recipes(event => {
|
||||
})
|
||||
/*
|
||||
// WAP
|
||||
event.remove({id: })
|
||||
event.shaped(, [
|
||||
'',
|
||||
'',
|
||||
''
|
||||
] , {
|
||||
})
|
||||
|
||||
event.remove({id: })
|
||||
event.shapeless(, [
|
||||
])
|
||||
|
||||
event.remove({id: ""})
|
||||
event.recipes.gtceu.alloy_smelter('gtceu:')
|
||||
.itemInputs()
|
||||
.itemOutputs()
|
||||
.duration()
|
||||
.EUt()
|
||||
*/
|
||||
Reference in New Issue
Block a user