summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorR-one <r1-c@live.fr>2017-12-24 19:47:16 +0100
committerR-one <r1-c@live.fr>2017-12-24 19:47:16 +0100
commit0562049b248c234376802c9ed607bfc35f740588 (patch)
tree952c0864bf3283278fb676efc698e2b41c5447fe
parentdbfbd09df17220d65ad005075b59a91d7694a5d9 (diff)
sharks falls the mobs:meat_raw when they die
-rw-r--r--mobs_sharks/init.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/mobs_sharks/init.lua b/mobs_sharks/init.lua
index 0e73dca..8d4ea47 100644
--- a/mobs_sharks/init.lua
+++ b/mobs_sharks/init.lua
@@ -56,6 +56,9 @@ if mobs.mod and mobs.mod == "redo" then
run_velocity = 6,
jump = false,
stepheight = 0.1,
+ drops = {
+ {name = "mobs:meat_raw", chance = 1, min = 1, max = 3},
+ },
fly = true,
fly_in = "default:water_source",
fall_speed = 0,
@@ -107,6 +110,9 @@ if mobs.mod and mobs.mod == "redo" then
run_velocity = 4,
jump = false,
stepheight = 0.1,
+ drops = {
+ {name = "mobs:meat_raw", chance = 1, min = 1, max = 3},
+ },
fly = true,
fly_in = "default:water_source",
fall_speed = -1,
@@ -142,6 +148,9 @@ if mobs.mod and mobs.mod == "redo" then
run_velocity = 4,
jump = false,
stepheight = 0.1,
+ drops = {
+ {name = "mobs:meat_raw", chance = 1, min = 1, max = 3},
+ },
fly = true,
fly_in = "default:water_source",
fall_speed = -1,