From bfcf3be333ea113dfc4a7ffbc3305998fe4d32a6 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Sun, 2 Sep 2012 16:11:07 -0400 Subject: Fixed plastic sheeting recipe --- crafts.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crafts.lua b/crafts.lua index bcff106..38912a4 100644 --- a/crafts.lua +++ b/crafts.lua @@ -18,7 +18,7 @@ if io.open(minetest.get_modpath("pipeworks").."/../technic/init.lua", "r") == ni minetest.register_craft({ type = "cooking", output = "homedecor:plastic_sheeting", - recipe = "default:junglegrass 2", + recipe = "default:junglegrass", }) minetest.register_craft({ -- cgit v1.2.3