forked from VoxeLibre/VoxeLibre
Fix wrong drops itemstring
This commit is contained in:
parent
3aa26cac14
commit
0b729d7ada
|
@ -83,7 +83,7 @@ local tropical_fish = {
|
|||
run_end = 40,
|
||||
},
|
||||
drops = {
|
||||
{name = "mcl_fishing:tropical_fish_raw",
|
||||
{name = "mcl_fishing:clownfish_raw",
|
||||
chance = 1,
|
||||
min = 1,
|
||||
max = 1,},
|
||||
|
|
Loading…
Reference in New Issue