added new bee model by sirrobzeroone

Este commit está contenido en:
TenPlus1 2019-06-16 15:23:25 +01:00
padre 9e2f3813b3
commit 1a770dec3b
Se han modificado 4 ficheros con 4 adiciones y 7649 borrados

Ver fichero

@ -1,7 +1,7 @@
local S = mobs.intllib
-- Bee by KrupnoPavel
-- Bee by KrupnoPavel (.b3d model by sirrobzeroone)
mobs:register_mob("mobs_animal:bee", {
type = "animal",
@ -11,7 +11,7 @@ mobs:register_mob("mobs_animal:bee", {
armor = 200,
collisionbox = {-0.2, -0.01, -0.2, 0.2, 0.5, 0.2},
visual = "mesh",
mesh = "mobs_bee.x",
mesh = "mobs_bee.b3d",
textures = {
{"mobs_bee.png"},
},
@ -20,7 +20,7 @@ mobs:register_mob("mobs_animal:bee", {
makes_footstep_sound = false,
sounds = {
random = "mobs_bee",
},
},
walk_velocity = 1,
jump = true,
drops = {
@ -57,7 +57,7 @@ mobs:spawn({
day_toggle = true,
})
mobs:register_egg("mobs_animal:bee", S("Bee"), "mobs_bee_inv.png", 0)
mobs:register_egg("mobs_animal:bee", S("Bee"), "mobs_bee_inv.png")
-- compatibility
mobs:alias_mob("mobs:bee", "mobs_animal:bee")

BIN
models/mobs_bee.b3d Archivo normal

Archivo binario no mostrado.

La diferencia del archivo ha sido suprimido porque es demasiado grande Cargar Diff

Archivo binario no mostrado.

Antes

Anchura:  |  Altura:  |  Tamaño: 1.8 KiB

Después

Anchura:  |  Altura:  |  Tamaño: 1.2 KiB