mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-11 02:31:05 +01:00
Make spiders require 3x1x3 space to spawn
This commit is contained in:
parent
4d58f63485
commit
c41ce8ba59
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ local spider = {
|
||||||
curiosity = 10,
|
curiosity = 10,
|
||||||
head_yaw="z",
|
head_yaw="z",
|
||||||
collisionbox = {-0.7, -0.01, -0.7, 0.7, 0.89, 0.7},
|
collisionbox = {-0.7, -0.01, -0.7, 0.7, 0.89, 0.7},
|
||||||
|
spawnbox = {-1.2, -0.01, -1.2, 1.2, 0.89, 1.2},
|
||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
mesh = "mobs_mc_spider.b3d",
|
mesh = "mobs_mc_spider.b3d",
|
||||||
textures = {
|
textures = {
|
||||||
|
|
Loading…
Reference in a new issue