mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-17 21:23:44 +01:00
Make spider mods neutral
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user