mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-06 01:50:21 +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:
@ -8,7 +8,12 @@ mobs:register_mob("mobs:rat", {
|
||||
collisionbox = {-0.2, -0.01, -0.2, 0.2, 0.2, 0.2},
|
||||
visual = "mesh",
|
||||
mesh = "mobs_rat.x",
|
||||
textures = {"mobs_rat.png"},
|
||||
--textures = {"mobs_rat.png"},
|
||||
available_textures = {
|
||||
total = 2,
|
||||
texture_1 = {"mobs_rat.png"},
|
||||
texture_2 = {"mobs_rat_brown.png"},
|
||||
},
|
||||
makes_footstep_sound = false,
|
||||
walk_velocity = 1,
|
||||
armor = 200,
|
||||
|
Reference in New Issue
Block a user