diff --git a/potions/init.lua b/potions/init.lua index c05a785..a0175d3 100644 --- a/potions/init.lua +++ b/potions/init.lua @@ -319,6 +319,7 @@ potions.register_potion("jump", "Jumping", "potions:jumping", 300, { potions.register_potion("ouhealth", "One Use Health", "potions:ouhealth", 300, { effect = "fixhp", + texture = "health", types = { { type = 1, @@ -344,9 +345,8 @@ potions.register_potion("ouhealth", "One Use Health", "potions:ouhealth", 300, { } }) -potions.register_potion("health", "One Use Health", "potions:health", 300, { +potions.register_potion("health", "Health", "potions:health", 300, { effect = "fixhp", - texture = "health", types = { { type = 1, @@ -487,9 +487,9 @@ potions.register_potion("air", "Air", "potions:air", 300, { --}) minetest.register_craft({ - output = "potions:speed_add1", + output = "vessels:speed_add1", recipe = { - {'','default:drinking_glass','dye:yellow'}, + {'','default:drinking_glass','dye:cyan'}, {'','',''}, {'','',''}, }