asiekierka / TinkeredHegemony

Replacing vanilla tools with TCon's in style!
3 stars 1 forks source link

Recipe Patchwork does not work for all crafting recipes #20

Closed Endoman123 closed 4 years ago

Endoman123 commented 4 years ago

As it says in the title, some recipes that should patch pretty easily do not succeed. One of the recipes I found that did not patch at all was the Aroma1997's Dimensional World Mining Tool. I am also using PlusTiC in my modpack.

My Material Map:

materialmap {
    # Will match any material on this list for the head, or all materials if empty. [default: [manyullyn]]
    S:diamond <
        ardite
        cobalt
     >

    # Will match any material on this list for the head, or all materials if empty. [default: [cobalt]]
    S:gold <
        silver
     >

    # Will match any material on this list for the head, or all materials if empty. [default: [iron]]
    S:iron <
        iron
        nickel
     >

    # Will match any material on this list for the head, or all materials if empty. [default: [paper]]
    S:leather <
        bone
        cactus
        paper
        slime
     >

    # Will match any material on this list for the head, or all materials if empty. [default: [stone]]
    S:stone <
        end
        flint
        netherrack
        prismarine
        stone
     >

    # Will match any material on this list for the head, or all materials if empty. [default: [wood]]
    S:wood <
        firewood
        livingwood
        wood
     >
}
Endoman123 commented 4 years ago

Fixed this, had B:hideInputRecipes set to true.