0003
This commit is contained in:
parent
53b8bb273e
commit
73cb1dd35f
@ -4,15 +4,15 @@
|
|||||||
|
|
||||||
minetest.register_craftitem("foodx:canned_tomato", {
|
minetest.register_craftitem("foodx:canned_tomato", {
|
||||||
description = " Canned Tomato",
|
description = " Canned Tomato",
|
||||||
inventory_image = "beans_canned.png",
|
inventory_image = "canned_tomato.png",
|
||||||
on_use = minetest.item_eat(5)
|
on_use = minetest.item_eat(5)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
minetest.register_craftitem("foodx:canned_beans", {
|
minetest.register_craftitem("foodx:canned_beans", {
|
||||||
description = "Canned Beans",
|
description = "Canned Beans",
|
||||||
inventory_image = "canned_tomato.png",
|
inventory_image = "beans_canned.png",
|
||||||
on_use = minetest.item_eat(7)
|
on_use = minetest.item_eat(5)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
||||||
|
@ -88,6 +88,7 @@ mobs:register_mob("tankzombie:tankzombie", {
|
|||||||
punch_speed = 25,
|
punch_speed = 25,
|
||||||
punch_start = 200,
|
punch_start = 200,
|
||||||
punch_end = 250,
|
punch_end = 250,
|
||||||
|
--die_speed = 20,
|
||||||
die_start = 260,
|
die_start = 260,
|
||||||
die_end = 380,
|
die_end = 380,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user