neuralgia/kubejs/server_scripts/ae2/utility.js
2023-12-22 17:32:00 +07:00

10 lines
213 B
JavaScript

// priority: 0
const registerEntropyRecipe = (event, input, mode, output, id) => {
event.custom({
type: "ae2:entropy",
input: input,
mode: mode,
output: output
}).id(id)
}