summaryrefslogtreecommitdiff
path: root/technic/machines/register/grinder_recipes.lua
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-04-12 21:05:32 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2017-04-12 21:05:32 -0400
commitd33a3f4f29a1c56a139e79b4e771c4221e0de954 (patch)
treef0f515ca7de904742c25c791dfb92855623895d8 /technic/machines/register/grinder_recipes.lua
parent1105326dc162c7fd5079a55de32fe3c2ad19415a (diff)
downloaddreambuilder_modpack-d33a3f4f29a1c56a139e79b4e771c4221e0de954.tar
dreambuilder_modpack-d33a3f4f29a1c56a139e79b4e771c4221e0de954.tar.gz
dreambuilder_modpack-d33a3f4f29a1c56a139e79b4e771c4221e0de954.tar.bz2
dreambuilder_modpack-d33a3f4f29a1c56a139e79b4e771c4221e0de954.tar.xz
dreambuilder_modpack-d33a3f4f29a1c56a139e79b4e771c4221e0de954.zip
update pipeworks and technic
Diffstat (limited to 'technic/machines/register/grinder_recipes.lua')
-rw-r--r--technic/machines/register/grinder_recipes.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/technic/machines/register/grinder_recipes.lua b/technic/machines/register/grinder_recipes.lua
index 7ba1e0f..64eb8e1 100644
--- a/technic/machines/register/grinder_recipes.lua
+++ b/technic/machines/register/grinder_recipes.lua
@@ -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'}
},