Update grinder_recipes.lua

This commit is contained in:
DS 2017-04-08 18:13:30 +02:00 committed by GitHub
parent 608aa87bd0
commit b57a5d559b

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'}
},