Sand bloco skin fixed

master
NPXcoot 2016-11-14 20:55:54 +01:00
parent be4d79a382
commit a1db9b35ba
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
mobs:register_mob("nssm:sand_bloco", {
type = "monster",
hp_max = 28,
hp_max = 24,
hp_min = 17,
collisionbox = {-0.5, -0.2, -0.5, 0.5, 1.3, 0.5},
visual = "mesh",
@ -28,7 +28,7 @@ mobs:register_mob("nssm:sand_bloco", {
chance = 1,
min = 2,
max = 3,},
{name = "nssm:sandbloco_skin",
{name = "nssm:sand_bloco_skin",
chance = 2,
min = 1,
max = 3,},

View File

@ -108,7 +108,7 @@ mobs:spawn_specific("nssm:bloco", {"default:stone"}, {"default:stone"}, 0, 20, 3
mobs:spawn_specific("nssm:lava_titan", {"default:stone"}, {"air"}, 0, 120, 12, 22000, 1, -31000, -100)
mobs:spawn_specific("nssm:stone_eater", {"default:stone"}, {"default:stone"}, 0, 20, 40, 700, 2, -31000, -20)
mobs:spawn_specific("nssm:signosigno", {"default:stone"}, {"default:stone"}, 0, 10, 20, 400, 2, -31000, -20)
mobs:spawn_specific("nssm:signosigno", {"bones:bones"}, {"air"}, 0, 15, 3, 1, 5, -31000, 31000)
mobs:spawn_specific("nssm:signosigno", {"bones:bones"}, {"air"}, 0, 15, 10, 2, 5, -31000, 31000)
-- SEA
mobs:spawn_specific("nssm:crab", {"default:sand"}, {"default:water_source"}, 0, 20, 60, 4000, 1, -31000, 31000)