mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-25 02:00:37 +01:00
No longer need to rotate the Mese Dragon Model
This commit is contained in:
parent
6de642596f
commit
c5c6ecf177
@ -16,7 +16,6 @@ mobs:register_mob("mobs:mese_dragon", {
|
|||||||
collisionbox = {-0.8, 0, -0.8, 0.8, 4, 0.8}, --A VERIFIER/CORRIGER
|
collisionbox = {-0.8, 0, -0.8, 0.8, 4, 0.8}, --A VERIFIER/CORRIGER
|
||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
mesh = "mese_dragon.b3d",
|
mesh = "mese_dragon.b3d",
|
||||||
rotate = 180, --Needed because B3D bugs
|
|
||||||
textures = {
|
textures = {
|
||||||
{"mese_dragon.png"},
|
{"mese_dragon.png"},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user