Removed hard dependency to ethereal mod

This commit is contained in:
crustyserve 2016-03-26 16:31:07 +01:00
parent b65113959e
commit 2755667a41
2 changed files with 2 additions and 1 deletions

View File

@ -1,2 +1,3 @@
default
mobs
ethereal?

View File

@ -22,7 +22,7 @@ if mobs.mod and mobs.mod == "redo" then
random = "dolphin",
},
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,
walk_velocity = 4,