move from recipe defusion to recipe deactivation to avoid confusion

This commit is contained in:
Tim
2015-01-30 20:15:15 +01:00
parent a0cf9eb8f3
commit 6dd7ffc455
2 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ local recipes = {
-- defuse the default sandstone recipe, since we have the compressor to take over in a more realistic manner
minetest.register_craft({
output = "default:sand 4",
output = "default:sand 0",
recipe = {
{'group:sand', 'group:sand'},
{'group:sand', 'group:sand'}