adjusted receipe in order to avoid conflict with trapdoor
This commit is contained in:
parent
a93f223c63
commit
7812d24144
@ -12,6 +12,7 @@ For more information, see
|
||||
[this forum thread](https://forum.minetest.net/viewtopic.php?f=9&t=13189&p=190683)
|
||||
|
||||
Changes:
|
||||
01.08.2017 Adjusted receipe in order to avoid conflict with trapdoor
|
||||
01.08.2017 Added support for colorfacedir
|
||||
30.07.2017 Fixed bug regarding group "pane"
|
||||
|
||||
|
@ -203,7 +203,7 @@ xconnected.register = function( name, def, node_box_data, selection_box_data, cr
|
||||
output = name.."_"..drops.." 6",
|
||||
recipe = {
|
||||
{craft_from, craft_from, craft_from},
|
||||
{craft_from, craft_from, craft_from}
|
||||
{'default:stick', craft_from, 'default:stick'},
|
||||
}
|
||||
})
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user