warthog model converted from .x to .b3d (thanks Sirrobzeroone)

Cette révision appartient à :
TenPlus1 2019-05-20 16:18:53 +01:00
Parent f553e1e0a0
révision bdfa95ff8a
5 fichiers modifiés avec 3 ajouts et 5319 suppressions

BIN
models/mobs_pumba.b3d Fichier normal

Fichier binaire non affiché.

Fichier diff supprimé car celui-ci est trop grand Voir la Diff

Fichier binaire non affiché.

Avant

Largeur:  |  Hauteur:  |  Taille: 1.2 KiB

Après

Largeur:  |  Hauteur:  |  Taille: 1.1 KiB

BIN
textures/mobs_pumba_inv.png Fichier normal

Fichier binaire non affiché.

Après

Largeur:  |  Hauteur:  |  Taille: 914 B

Voir le fichier

@ -2,7 +2,7 @@
local S = mobs.intllib
-- Warthog by KrupnoPavel
-- Warthog originally by KrupnoPavel, B3D model by sirrobzeroone
mobs:register_mob("mobs_animal:pumba", {
stepheight = 0.6,
@ -19,7 +19,7 @@ mobs:register_mob("mobs_animal:pumba", {
armor = 200,
collisionbox = {-0.4, -0.01, -0.4, 0.4, 0.95, 0.4},
visual = "mesh",
mesh = "mobs_pumba.x",
mesh = "mobs_pumba.b3d",
textures = {
{"mobs_pumba.png"},
},
@ -85,7 +85,7 @@ mobs:spawn({
})
mobs:register_egg("mobs_animal:pumba", S("Warthog"), "wool_pink.png", 1)
mobs:register_egg("mobs_animal:pumba", S("Warthog"), "mobs_pumba_inv.png")
mobs:alias_mob("mobs:pumba", "mobs_animal:pumba") -- compatibility