use clear_craft (#339)

* use clear_craft

* fix it

* Update grinder_recipes.lua
This commit is contained in:
DS
2017-04-12 21:14:35 +02:00
committed by Vanessa Ezekowitz
parent 39bfb76cfb
commit 970f608078
2 changed files with 18 additions and 29 deletions

View File

@ -30,8 +30,7 @@ local recipes = {
}
-- defuse the sandstone -> 4 sand recipe to avoid infinite sand bugs (also consult the inverse compressor recipe)
minetest.register_craft({
output = "default:sandstone 0",
minetest.clear_craft({
recipe = {
{'default:sandstone'}
},