1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-04 17:10:24 +02:00

update mobs 02/02

stats mobs,

    oerkki peut détruire/enlever torchs,

    vache/sheep mangent l'herbe,

    bébé phacochère/mouton qui suivent leur "maman",

    npc => suit les diamonds, il peut etre soigné avec meat ou bread,
clique droit avec "default:gold_lump" en main et il droppera un objet
au hasard en échange,

    pumba => follow maintenant "default:apple"

    kittens => follow maintenant "fishing:fish_raw"
This commit is contained in:
Ombridride
2015-03-18 21:28:40 +01:00
parent ec9c96562f
commit d72ff66ad2
36 changed files with 915 additions and 712 deletions

View File

@ -104,7 +104,7 @@ mobs:register_mob("mobs:kitten", {
on_rightclick = function(self, clicker)
local item = clicker:get_wielded_item()
if item:get_name() == "mobs:rat" then
if item:get_name() == "fishing:fish_raw" then
if not minetest.setting_getbool("creative_mode") then
item:take_item()
clicker:set_wielded_item(item)