Sokomine / xconnected

xpanes, xfences, walls etc.
6 stars 0 forks source link

doors:trapdoor recipe conflict #2

Open verymilan opened 8 years ago

verymilan commented 8 years ago

Hi, can you please define the recipe only upside down? Like:

                {'','',''},
                {'craft_from', 'craft_from', 'craft_from'},
                {'craft_from', 'craft_from', 'craft_from'},

Because doors:trapdoor is

        {'group:wood', 'group:wood', 'group:wood'},
        {'group:wood', 'group:wood', 'group:wood'},
        {'', '', ''},

For some reason everytime, i try to change it, the hole recipe doesn't work anymore. I guess i dont understand the way your code is written. :(

Im also not sure why i have both choices for trapdoors if your recipe is broken, because the trapdoor recipe defines its grid.

Regards, will be great from you - my players crying because this conflict^^

Sokomine commented 7 years ago

I've changed the receipes to [code] {craft_from, craft_from, craft_from}, {'default:stick', craft_from, 'default:stick'}, [/code]