Merge pull request #7 from Megaf/patch-1

Add a stick to stain_brush recipe.
This commit is contained in:
Don 2017-01-09 18:06:24 -08:00 committed by GitHub
commit c446caf5c7

View File

@ -30,6 +30,7 @@ minetest.register_craft({
recipe = {
{'wool:white'},
{'group:stick'},
{'group:stick'},
}
})