BetterEnd

BetterEnd

27M Downloads

[Suggestion] add ability for datapacks to add new alloying recipes to End Stone Smelter

Shibva opened this issue ยท 1 comments

commented

Description

If infusion can have new recipes made for it, why can't the same be done for the End Stone Furnace's alloying?

commented

It is possible. Here is an example:

{
    "type": "bclib:alloying",
    "ingredients": [{"item": "minecraft:iron_ingot"}, {"item": "techreborn:ender_pearl_dust"}],
    "result": {
        "item": "betterend:terminite_ingot"
    },
    "experience": 2.5,
    "smelttime": 450
}