#code not working
15 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
Paste version of message.txt from @brisk dew
Ticket re-opened!
for your mixing recipes it should looks like:
event.recipes.createMixing(
"3x createaddition:electrum_ingot",
["2x minecraft:gold_ingot",
"2x immersiveengineering:silver_ingot"]
)
.heated(),
event.recipes.createMixing(
"3x create_dd:bronze_ingot",
["2x minecraft:copper_ingot",
"2x create_dd:tin_ingot"]
)
.heated(),
event.recipes.createMixing("kubejs:raw_blast_brick", ["kubejs:clay_dust", "kubejs:brick_dust"])
.superheated();
});
you need a Array if you have more than one Input or Output
look how you spelled andesite alloy in your code^^
oops mb
You can make custom items with KubeJS, and the wiki has a page on them!