Kubejs Additions: Remove atomic
This commit is contained in:
parent
9edaf5d66a
commit
592890ddac
1 changed files with 11 additions and 0 deletions
11
kubejs/server_scripts/remove.js
Normal file
11
kubejs/server_scripts/remove.js
Normal file
|
@ -0,0 +1,11 @@
|
|||
//priority 20
|
||||
console.log('Initlizating Recipe Removal.js!')
|
||||
const removerecipebyid = [
|
||||
'mekanism:atomic_disassembler'
|
||||
]
|
||||
ServerEvents.recipes(craftlin => {
|
||||
removerecipebyid.forEach((recipe) => {
|
||||
craftlin.remove({ id: recipe })
|
||||
})
|
||||
})
|
||||
console.log('Recipe Removal.js is loaded!')
|
Loading…
Add table
Add a link
Reference in a new issue