From c20f259f4b00ac69be37f79f8500e53db395e7f5 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Fri, 21 Nov 2014 20:26:04 +0000 Subject: Updated: flowers and code tidy --- plantlife.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'plantlife.lua') diff --git a/plantlife.lua b/plantlife.lua index 9e85b06..79d1ae1 100644 --- a/plantlife.lua +++ b/plantlife.lua @@ -347,11 +347,8 @@ minetest.register_craft({ -- Mushroom Tops give 4x Mushrooms for Planting minetest.register_craft({ output = "ethereal:mushroom_craftingitem 4", - type = shapeless, recipe = { - {"ethereal:mushroom", ""}, - {"", ""}, - {"", ""}, + {"ethereal:mushroom"}, } }) @@ -456,7 +453,6 @@ minetest.register_craftitem("ethereal:bucket_cactus", { minetest.register_craft({ output = "ethereal:bucket_cactus", - type = shapeless, recipe = { {"bucket:bucket_empty","default:cactus"}, } -- cgit v1.2.3