From eb1d74348c1a5a8184cb331eb9a585c451a31b3a Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Mon, 15 Mar 2021 13:48:34 +0000 Subject: [PATCH] change red snapper fish to coy --- fishing.lua | 4 ++-- ...al_fish_redsnapper.png => ethereal_fish_coy.png} | Bin 2 files changed, 2 insertions(+), 2 deletions(-) rename textures/{ethereal_fish_redsnapper.png => ethereal_fish_coy.png} (100%) diff --git a/fishing.lua b/fishing.lua index 8098f3c..f2c0533 100644 --- a/fishing.lua +++ b/fishing.lua @@ -15,7 +15,7 @@ local fish_items = { "ethereal:fish_flathead", "ethereal:fish_plaice", "ethereal:fish_pufferfish", - "ethereal:fish_redsnapper", + "ethereal:fish_coy", "ethereal:fish_salmon", "ethereal:fish_chichlid" } @@ -440,7 +440,7 @@ local fish = { {"Flathead", "flathead", 2}, {"Plaice", "plaice", 2}, {"Pufferfish", "pufferfish", -2}, - {"Red Snapper", "redsnapper", 2}, + {"Coy", "coy", 2}, {"Salmon", "salmon", 2}, {"Chichlid", "chichlid", 2} } diff --git a/textures/ethereal_fish_redsnapper.png b/textures/ethereal_fish_coy.png similarity index 100% rename from textures/ethereal_fish_redsnapper.png rename to textures/ethereal_fish_coy.png