forked from epCode/extra_mobs
remove looting from cod's drop
This commit is contained in:
parent
2e27275fea
commit
30343f048f
6
cod.lua
6
cod.lua
|
@ -59,13 +59,11 @@ local cod = {
|
||||||
{name = "mcl_fishing:fish_raw",
|
{name = "mcl_fishing:fish_raw",
|
||||||
chance = 1,
|
chance = 1,
|
||||||
min = 1,
|
min = 1,
|
||||||
max = 1,
|
max = 1,},
|
||||||
looting = "common",},
|
|
||||||
{name = "mcl_dye:white",
|
{name = "mcl_dye:white",
|
||||||
chance = 20,
|
chance = 20,
|
||||||
min = 1,
|
min = 1,
|
||||||
max = 1,
|
max = 1,},
|
||||||
looting = "common",},
|
|
||||||
},
|
},
|
||||||
visual_size = {x=3, y=3},
|
visual_size = {x=3, y=3},
|
||||||
makes_footstep_sound = false,
|
makes_footstep_sound = false,
|
||||||
|
|
Loading…
Reference in New Issue