From bd6c5e4c1eb5fbdac2a764c2fb1550ad05d50dcc Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Sat, 20 Mar 2021 10:48:51 +0000 Subject: [PATCH] add missing fish to lucky block drop --- lucky_block.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lucky_block.lua b/lucky_block.lua index ce98cea..9d9d125 100644 --- a/lucky_block.lua +++ b/lucky_block.lua @@ -85,6 +85,9 @@ lucky_block:add_blocks({ {name = "ethereal:fish_redsnapper", max = 7}, {name = "ethereal:fish_salmon", max = 7}, {name = "ethereal:fish_chichlid", max = 7}, + {name = "ethereal:fish_trout", max =7}, + {name = "ethereal:fish_angler", max = 7}, + {name = "ethereal:fish_piranha", max = 7}, {name = "ethereal:fishing_rod", max = 1}, {name = "ethereal:worm", max = 10}, }},