#code not working

15 messages · Page 1 of 1 (latest)

brisk dew
#

title

gritty micaBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

brisk dew
lunar ibexBOT
#

Paste version of message.txt from @brisk dew

brisk dew
#

the water wheel recipes aint working

#

nvm

brisk dew
#

nvm again

#

also the mixing recipes only recognize the first ingridients

wind gorge
#

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

brisk dew
#

aight\

#

well the water wheel recipes still dont work

wind gorge
#

look how you spelled andesite alloy in your code^^

brisk dew
#

oops mb

lunar ibexBOT
#

You can make custom items with KubeJS, and the wiki has a page on them!