mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-04-03 21:02:31 +02:00
Fix wrong drops itemstring
This commit is contained in:
@ -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,},
|
||||||
|
Reference in New Issue
Block a user