1
0
Fork 0

Fix wrong drops itemstring

This commit is contained in:
cora 2022-07-24 05:56:45 +02:00
parent 3aa26cac14
commit 0b729d7ada
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ local tropical_fish = {
run_end = 40, run_end = 40,
}, },
drops = { drops = {
{name = "mcl_fishing:tropical_fish_raw", {name = "mcl_fishing:clownfish_raw",
chance = 1, chance = 1,
min = 1, min = 1,
max = 1,}, max = 1,},