1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-07 18:30:28 +02:00

Finish the mobs update

This commit is contained in:
Ombridride
2015-03-26 20:08:30 +01:00
parent 5f9d3c54bd
commit a291222ea6
15 changed files with 92 additions and 79 deletions

View File

@ -1,3 +1,4 @@
-- Chicken by JK Murray
mobs:register_mob("mobs:chicken", {
@ -138,7 +139,7 @@ description = "Raw Chicken",
minetest.register_craftitem("mobs:chicken_cooked", {
description = "Cooked Chicken",
inventory_image = "mobs_chicken_cooked.png",
on_use = minetest.item_eat(4),
on_use = minetest.item_eat(4), -- Modif MFF
})
minetest.register_craft({