adjusted receipe in order to avoid conflict with trapdoor

This commit is contained in:
Sokomine 2017-08-01 18:30:07 +02:00
parent a93f223c63
commit 7812d24144
2 changed files with 2 additions and 1 deletions

View File

@ -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"

View File

@ -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