diff --git a/README.md b/README.md index dcba606..3ee4177 100644 --- a/README.md +++ b/README.md @@ -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" diff --git a/xconnected.lua b/xconnected.lua index fccfd1b..a238358 100644 --- a/xconnected.lua +++ b/xconnected.lua @@ -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