add axolotl to list of bucketable fish

This commit is contained in:
TheOnlyJoeEnderman 2022-10-21 00:44:18 +00:00
parent 05329c908f
commit f352e99eb6
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ minetest.register_craft({
fish_names = {
{ techname = "cod", name = "Cod" },
{ techname = "salmon", name = "Salmon" },
{ techname = "axolotl", name = "Axolotl" },
--{ techname = "pufferfish", name = "Pufferfish" } FIXME: Uncomment when pufferfish mobs are added.
{ techname = "tropical_fish", name = "Tropical Fish" }
}