дурка

This commit is contained in:
Dmitry 2023-12-22 17:32:00 +07:00
parent b6fca00186
commit 82db15d8ff
6 changed files with 176 additions and 274 deletions

View 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)
}