diff options
author | tenplus1 <kinsellaja@yahoo.com> | 2014-11-21 20:26:04 +0000 |
---|---|---|
committer | tenplus1 <kinsellaja@yahoo.com> | 2014-11-21 20:26:04 +0000 |
commit | c20f259f4b00ac69be37f79f8500e53db395e7f5 (patch) | |
tree | 1ac67f0a63822323b9df224fc731ab3aebb677a9 /plantlife.lua | |
parent | c4d4e229f7d63959508e4505099a7fca5ca87534 (diff) |
Updated: flowers and code tidy
Diffstat (limited to 'plantlife.lua')
-rw-r--r-- | plantlife.lua | 6 |
1 files changed, 1 insertions, 5 deletions
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"}, } |