#Replace Recipes

6 messages · Page 1 of 1 (latest)

marsh cypress
#

i feel so confused. it worked at first but now it doesn't

 [
    "botania:manasteel_ingot",
    "minecraft:iron_ingot",
    "megacells:sky_steel_ingot",
  ],
  ["botania:rune_water", "minecraft:fishing_rod", "cyclic:antimatter_wand"],
];
ServerEvents.recipes((megstacks) => {
  replaceRecipes.forEach(([result, oldInput, newInput]) => {
    megstacks.replaceInput({ output: result }, oldInput, newInput);
  });
});
somber eagleBOT
#

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

marsh cypress
stiff mango
#

It seems input/output filter doesn't apply to Botania. You might need to remove it and re-add your own.

marsh cypress
#

It doesn't work with the create mod either.

[
    "botania:manasteel_ingot",
    "minecraft:iron_ingot",
    "megacells:sky_steel_ingot",
  ],
  ["botania:rune_water", "minecraft:fishing_rod", "cyclic:antimatter_wand"],
  ["botania:rune_water", "minecraft:sugar_cane", "ars_nouveau:water_essence"],
  [
    "create_better_motors:starter_motor",
    "create:andesite_alloy",
    "create:andesite_alloy_block",
  ],
];
ServerEvents.recipes((megstacks) => {
  replaceRecipes.forEach(([result, oldInput, newInput]) => {
    megstacks.replaceInput({ output: result }, oldInput, newInput);
  });
});
marsh cypress
#

ahh i get it .it must install kubeJS botania and kubeJS create