Skip to content

Commit

Permalink
adjusted receipe in order to avoid conflict with trapdoor
Browse files Browse the repository at this point in the history
  • Loading branch information
Sokomine committed Aug 1, 2017
1 parent a93f223 commit 7812d24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion xconnected.lua
Expand Up @@ -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
Expand Down

0 comments on commit 7812d24

Please sign in to comment.