Merge pull request 'fix enderman eye scale #2762' (#2766) from epcode-patch-1 into master

Reviewed-on: https://git.minetest.land/MineClone2/MineClone2/pulls/2766
Reviewed-by: cora <cora@noreply.git.minetest.land>
This commit is contained in:
cora 2022-10-12 23:50:54 +00:00
commit cd907f080c
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
minetest.register_entity("mobs_mc:ender_eyes", {
visual = "mesh",
mesh = "mobs_mc_spider.b3d",
visual_size = {x=1.01, y=1.01},
visual_size = {x=1.01/3, y=1.01/3},
textures = {
"mobs_mc_enderman_eyes.png",
},