Pyrotech

Pyrotech

897k Downloads

how to make bloomery able to enter multiple items

luoxingzlx opened this issue ยท 1 comments

commented

It is my script ,but bloomery can only accept one item,i didn't find the relevant settings in config

Bloomery.createBloomeryBuilder(
        "copper",
        <techreborn:nuggets:4>,
        <ore:dustCopper> * 8
    )
    .setAnvilTiers(["granite", "ironclad"])
    .setBurnTimeTicks(1200)
    .setFailureChance(0.25)
    .setBloomYield(12, 15)
    .setSlagItem(<pyrotech:slag>, 4)
    .addFailureItem(<pyrotech:slag>, 1)
    .addFailureItem(<pyrotech:slag>, 2)
    .register();
commented

You can't currently change the input quantity.

Related: #79