mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-16 15:15:27 +01: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:
2
mods/mobs/spider.lua
Normal file → Executable file
2
mods/mobs/spider.lua
Normal file → Executable file
@@ -67,8 +67,10 @@ mobs:register_mob("mobs:spider", {
|
||||
sounds = {},
|
||||
step = 1,
|
||||
blood_texture = "mobs_blood.png",
|
||||
floats = 0,
|
||||
})
|
||||
mobs:register_spawn("mobs:spider", {"default:junglegrass", "default:jungleleaves", "default:jungletree"}, 20, -1, 7000, 1, 31000)
|
||||
mobs:register_egg("mobs:spider", "Spider", "mobs_cobweb.png", 1)
|
||||
|
||||
-- Ethereal crystal spike compatibility
|
||||
|
||||
|
||||
Reference in New Issue
Block a user