From d32419760913bde9507c012efa1733c7f1585532 Mon Sep 17 00:00:00 2001 From: TheOnlyJoeEnderman Date: Wed, 26 Oct 2022 21:43:41 +0000 Subject: [PATCH] Fix duplicate/unnecessary "fish" in several names --- mods/ITEMS/mcl_buckets/register.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/ITEMS/mcl_buckets/register.lua b/mods/ITEMS/mcl_buckets/register.lua index 0cc37953e..2b0ea87b5 100644 --- a/mods/ITEMS/mcl_buckets/register.lua +++ b/mods/ITEMS/mcl_buckets/register.lua @@ -139,8 +139,8 @@ for _, fish in pairs(fish_names) do inventory_image = fish.techname .. "_bucket.png", name = S("Bucket of @1", S(fish.name)), longdesc = S("This bucket is filled with water and @1.", S(fish.name)), - usagehelp = S("Place it to empty the bucket and place a @1. Obtain by right clicking on a @2 fish with a bucket of water.", S(fish.name), S(fish.name)), - tt_help = S("Places a water source and a @1 fish.", S(fish.name)), + usagehelp = S("Place it to empty the bucket and place a @1. Obtain by right clicking on a @2 with a bucket of water.", S(fish.name), S(fish.name)), + tt_help = S("Places a water source and a @1.", S(fish.name)), extra_check = function(pos, placer) local dim = mcl_worlds.pos_to_dimension(pos) if dim == "nether" then