Minor fixes

master
Ginger88895 2014-05-16 10:08:16 +00:00
parent 3db72802c4
commit d4309646c2
1 changed files with 4 additions and 4 deletions

View File

@ -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'},
{'','',''},
{'','',''},
}