mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-08 02:40:25 +02:00
Update mobs mod
- add chicken/chicken_black models - add DM_strangewhite/DM_cobblestone models - add rat/rat_brown models - add the support for multiple textures/models in rat.lua/sandmonster.lua/spider.lua/stonemonster.lua/treemonster.lua - add the honey_block texture
This commit is contained in:
@ -6,7 +6,11 @@ mobs:register_mob("mobs:spider", {
|
||||
hp_min = 30,
|
||||
hp_max = 35,
|
||||
collisionbox = {-0.9, -0.01, -0.7, 0.7, 0.6, 0.7},
|
||||
textures = {"mobs_spider.png"},
|
||||
--textures = {"mobs_spider.png"},
|
||||
available_textures = {
|
||||
total = 1,
|
||||
texture_1 = {"mobs_spider.png"},
|
||||
},
|
||||
visual_size = {x=7,y=7},
|
||||
visual = "mesh",
|
||||
mesh = "mobs_spider.x",
|
||||
|
Reference in New Issue
Block a user