forked from VoxeLibre/VoxeLibre
Make spider mods neutral
This commit is contained in:
parent
d33286dac6
commit
a1e96becce
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
-- Spider by AspireMint (fishyWET (CC-BY-SA 3.0 license for texture)
|
-- Spider by AspireMint (fishyWET (CC-BY-SA 3.0 license for texture)
|
||||||
mobs:register_mob("mobs_mc:spider", {
|
mobs:register_mob("mobs_mc:spider", {
|
||||||
type = "monster",
|
type = "animal",
|
||||||
passive = false,
|
passive = false,
|
||||||
attack_type = "dogfight",
|
attack_type = "dogfight",
|
||||||
pathfinding = true,
|
pathfinding = true,
|
||||||
|
|
Loading…
Reference in New Issue