#How to create Item Application recipes using KubeJS Create Addon?
13 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
just read wiki
e.recipes.create.item_application('block_of_iron', ['stone', 'iron_ingot'])
ServerEvents.recipes(event => {
event.recipes.create.item_application(
['minecraft:iron_block'],
['minecraft:stone', 'minecraft:iron_ingot']
)
})
(block_of_iron) is not an item in Minecraft
Ticket re-opened!
I did and I found everything except item application
Bruh
Yea, I just typed it as a random example of what I actually needed, thx though
