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

Update Farming, Mobs, 3d_armor

Farming : minors fixe, add the straw block
Mobs : better api, swimming parameter for mobs, add eggs, code
optimisation
3d_armor : change the model, many new textures, new shield, and new
enchanted shield (which gain compared to normal shield +1 armor and x2
durability)
This commit is contained in:
Ombridride
2015-02-25 01:57:21 +01:00
parent 12e83d24a8
commit 5d4f93aece
280 changed files with 643 additions and 10160 deletions

3
mods/mobs/mese_monster.lua Normal file → Executable file
View File

@ -45,7 +45,7 @@ mobs:register_mob("mobs:mese_monster", {
max = 5,},
},
light_resistant = true,
armor = 70,
armor = 80,
drawtype = "front",
water_damage = 0,
lava_damage = 0,
@ -74,6 +74,7 @@ mobs:register_mob("mobs:mese_monster", {
blood_texture = "default_mese_crystal_fragment.png",
})
mobs:register_spawn("mobs:mese_monster", {"default:stone", }, 20, -1, 5000, 1, -25)
mobs:register_egg("mobs:mese_monster", "Mese Monster", "default_mese_block.png", 1)
-- Mese Monster Crystal Shards (weapon)