Removed hard dependency to ethereal mod
This commit is contained in:
parent
b65113959e
commit
2755667a41
|
@ -1,2 +1,3 @@
|
||||||
default
|
default
|
||||||
mobs
|
mobs
|
||||||
|
ethereal?
|
||||||
|
|
2
init.lua
2
init.lua
|
@ -22,7 +22,7 @@ if mobs.mod and mobs.mod == "redo" then
|
||||||
random = "dolphin",
|
random = "dolphin",
|
||||||
},
|
},
|
||||||
drops = {
|
drops = {
|
||||||
{name = "ethereal:fish_raw", chance = 1, min = 1, max = 1},
|
{name = "mobs:meat_raw", chance = 1, min = 1, max = 1},
|
||||||
},
|
},
|
||||||
makes_footstep_sound = false,
|
makes_footstep_sound = false,
|
||||||
walk_velocity = 4,
|
walk_velocity = 4,
|
||||||
|
|
Ŝarĝante…
Reference in New Issue