Update Fork #9

Merged
chmodsayshello merged 403 commits from MineClone5/MineClone5:master into master 2022-08-02 15:50:37 +02:00
2 changed files with 10 additions and 4 deletions
Showing only changes of commit 43e73e2856 - Show all commits

View File

@ -525,10 +525,10 @@ for _, fish in ipairs(fish_names) do
end,
source_take = {"extra_mobs:" .. fish},
inventory_image = fish .. "_bucket.png",
name = S("Bucket of " .. fish),
longdesc = S("This bucket is filled with water and " .. fish .. "."),
usagehelp = S("Place it to empty the bucket and place a " .. fish .. ". Obtain by right clicking on a " .. fish .. " fish with a bucket of water."),
tt_help = S("Places a water source and " .. fish .. "."),
name = S("Bucket of @1", S(fish)),
longdesc = S("This bucket is filled with water and @1.", S(fish)),
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), S(fish)),
tt_help = S("Places a water source and a @1 fish.", S(fish)),
extra_check = function(pos, placer)
return true, true
end,

View File

@ -16,3 +16,9 @@ Pufferfish=
Pufferfish are a common species of fish and can be obtained by fishing. They can technically be eaten, but they are very bad for humans. Eating a pufferfish only restores 1 hunger point and will poison you very badly (which drains your health non-fatally) and causes serious food poisoning (which increases your hunger).=
Catches fish in water=
Very poisonous=
cod=
salmon=
Bucket of @1=
This bucket is filled with water and @1.=
Place it to empty the bucket and place a @1. Obtain by right clicking on a @2 fish with a bucket of water.=
Places a water source and a @1 fish.=