mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-16 16:11:06 +01:00
Fix wrong drops itemstring
This commit is contained in:
parent
3aa26cac14
commit
0b729d7ada
1 changed files with 1 additions and 1 deletions
|
@ -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,},
|
||||||
|
|
Loading…
Reference in a new issue