forked from VoxeLibre/VoxeLibre
Change spaces to tabs on line 127
This commit is contained in:
parent
2d7d577f31
commit
0624d9d169
|
@ -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 New Issue