#How to add recipes without removing the existing ones
18 messages · Page 1 of 1 (latest)
Just… don’t remove the first one?
Removing a recipe and adding a new one are two different actions
onEvent("recipes", event => {
event.shaped("modid:some_item", [
"ABA",
"BBB",
"ABA"
], {A: "modid:item1", B: "modid:item2"})
})
I love coding on my phone
The ABA BBB ABA part is the pattern
I mean kjs wiki is pretty clear about recipes
You can add, remove and modify recipes with KubeJS, and the wiki has a page on that!
for legacy, you just have to select the legacy book on the wiki
legacy isnt supported, thats the idea
Wait even 1.18?