summaryrefslogtreecommitdiff
path: root/plantlife.lua
diff options
context:
space:
mode:
authortenplus1 <kinsellaja@yahoo.com>2014-11-21 20:26:04 +0000
committertenplus1 <kinsellaja@yahoo.com>2014-11-21 20:26:04 +0000
commitc20f259f4b00ac69be37f79f8500e53db395e7f5 (patch)
tree1ac67f0a63822323b9df224fc731ab3aebb677a9 /plantlife.lua
parentc4d4e229f7d63959508e4505099a7fca5ca87534 (diff)
Updated: flowers and code tidy
Diffstat (limited to 'plantlife.lua')
-rw-r--r--plantlife.lua6
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"},
}