diff options
author | Wuzzy <almikes@aol.com> | 2014-07-24 03:09:23 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2014-07-24 03:09:23 +0200 |
commit | cd1c6d1c2d999000ae575530e4f062cea220105a (patch) | |
tree | 19d2c8996eddbf773115b079b6c8aff039b0754d /init.lua | |
parent | 0df942ae753e637f428b77669322c8550a48fa3c (diff) |
Change fast potion recipe
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -164,17 +164,17 @@ if(minetest.get_modpath("default") ~= nil) then output = "pep:speedminus", recipe = { "default:dry_shrub", "pep:water" } }) - minetest.register_craft({ - type = "shapeless", - output = "pep:speedplus", - recipe = { "default:obsidian_shard", "pep:water" } - }) if(minetest.get_modpath("flowers") ~= nil) then minetest.register_craft({ type = "shapeless", output = "pep:jumpplus", recipe = { "flowers:flower_geranium", "default:grass_1", "pep:water" } }) + minetest.register_craft({ + type = "shapeless", + output = "pep:speedplus", + recipe = { "flowers:rose", "flowers:dandelion_yellow", "pep:water" } + }) end minetest.register_craft({ type = "shapeless", |