summaryrefslogtreecommitdiff
path: root/technic/machines/register/compressor_recipes.lua
diff options
context:
space:
mode:
Diffstat (limited to 'technic/machines/register/compressor_recipes.lua')
-rw-r--r--technic/machines/register/compressor_recipes.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/technic/machines/register/compressor_recipes.lua b/technic/machines/register/compressor_recipes.lua
index 872be04..a625f1a 100644
--- a/technic/machines/register/compressor_recipes.lua
+++ b/technic/machines/register/compressor_recipes.lua
@@ -20,11 +20,11 @@ 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 0",
+minetest.clear_craft({
+ output = "default:sandstone",
recipe = {
{'group:sand', 'group:sand'},
- {'group:sand', 'group:sand'}
+ {'group:sand', 'group:sand'}
},
})