mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-07-03 16:40:25 +02:00
Fixed merge mistake leading to crash
This commit is contained in:
@ -13,10 +13,11 @@ mobs:register_mob("mobs:bunny", {
|
||||
visual = "mesh",
|
||||
mesh = "mobs_bunny.b3d",
|
||||
drawtype = "front",
|
||||
textures = {
|
||||
{"mobs_bunny_grey.png"},
|
||||
{"mobs_bunny_brown.png"},
|
||||
{"mobs_bunny_white.png"},
|
||||
available_textures = {
|
||||
total = 3,
|
||||
texture_1 = {"mobs_bunny_grey.png"},
|
||||
texture_2 = {"mobs_bunny_brown.png"},
|
||||
texture_3 = {"mobs_bunny_white.png"},
|
||||
},
|
||||
-- sounds
|
||||
sounds = {},
|
||||
|
Reference in New Issue
Block a user