Add a stick to stain_brush recipe.

So it don't conflict with the mod tapestry.
master^2
Megaf 2016-09-25 16:22:11 +01:00 committed by GitHub
parent dcd5ac8d33
commit cf11326b03
1 changed files with 1 additions and 0 deletions

View File

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