This commit is contained in:
duckgo 2023-03-28 02:26:50 -03:00
parent 53b8bb273e
commit 73cb1dd35f
2 changed files with 4 additions and 3 deletions

View File

@ -4,15 +4,15 @@
minetest.register_craftitem("foodx:canned_tomato", {
description = " Canned Tomato",
inventory_image = "beans_canned.png",
inventory_image = "canned_tomato.png",
on_use = minetest.item_eat(5)
})
minetest.register_craftitem("foodx:canned_beans", {
description = "Canned Beans",
inventory_image = "canned_tomato.png",
on_use = minetest.item_eat(7)
inventory_image = "beans_canned.png",
on_use = minetest.item_eat(5)
})

View File

@ -88,6 +88,7 @@ mobs:register_mob("tankzombie:tankzombie", {
punch_speed = 25,
punch_start = 200,
punch_end = 250,
--die_speed = 20,
die_start = 260,
die_end = 380,
},