дурка
This commit is contained in:
parent
b6fca00186
commit
82db15d8ff
6 changed files with 176 additions and 274 deletions
10
kubejs/server_scripts/ae2/utility.js
Normal file
10
kubejs/server_scripts/ae2/utility.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
// priority: 0
|
||||
|
||||
const registerEntropyRecipe = (event, input, mode, output, id) => {
|
||||
event.custom({
|
||||
type: "ae2:entropy",
|
||||
input: input,
|
||||
mode: mode,
|
||||
output: output
|
||||
}).id(id)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue