mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-03 00:20:25 +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:
3
mods/mobs/dirtmonster.lua
Normal file → Executable file
3
mods/mobs/dirtmonster.lua
Normal file → Executable file
@ -55,4 +55,5 @@ mobs:register_mob("mobs:dirt_monster", {
|
||||
step = 1,
|
||||
blood_texture = "default_dirt.png",
|
||||
})
|
||||
mobs:register_spawn("mobs:dirt_monster", {"default:dirt_with_grass"}, 3, -1, 8500, 1, 31000)
|
||||
mobs:register_spawn("mobs:dirt_monster", {"default:dirt_with_grass"}, 3, -1, 8500, 1, 31000)
|
||||
mobs:register_egg("mobs:dirt_monster", "Dirt Monster", "default_dirt.png", 1)
|
Reference in New Issue
Block a user