mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-22 10:31:06 +01:00
Change spaces to tabs on line 127
This commit is contained in:
parent
2d7d577f31
commit
0624d9d169
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ minetest.register_craft({
|
|||
fish_names = {
|
||||
{ techname = "cod", name = "Cod" },
|
||||
{ techname = "salmon", name = "Salmon" },
|
||||
{ techname = "axolotl", name = "Axolotl" },
|
||||
{ techname = "axolotl", name = "Axolotl" },
|
||||
--{ techname = "pufferfish", name = "Pufferfish" } FIXME: Uncomment when pufferfish mobs are added.
|
||||
{ techname = "tropical_fish", name = "Tropical Fish" }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue