summaryrefslogtreecommitdiff
path: root/technic/machines/register/compressor_recipes.lua
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-04-13 20:50:39 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-04-13 20:50:39 -0400
commitb8cd2f723c7c9079e631d7a4078862ff47b24915 (patch)
tree5b6edd73dcdc58ec8513ac291773cb1cd80272d3 /technic/machines/register/compressor_recipes.lua
parentb9bdb0241ea944cacb054e6768f4cda98dbcff94 (diff)
downloaddreambuilder_modpack-b8cd2f723c7c9079e631d7a4078862ff47b24915.tar
dreambuilder_modpack-b8cd2f723c7c9079e631d7a4078862ff47b24915.tar.gz
dreambuilder_modpack-b8cd2f723c7c9079e631d7a4078862ff47b24915.tar.bz2
dreambuilder_modpack-b8cd2f723c7c9079e631d7a4078862ff47b24915.tar.xz
dreambuilder_modpack-b8cd2f723c7c9079e631d7a4078862ff47b24915.zip
update technic
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'}
},
})