change glacier_ocean to glacier
This commit is contained in:
parent
850a26825d
commit
1e67afe05e
@ -38,7 +38,7 @@ local fish_items = {
|
|||||||
{"ethereal:fish_shrimp", "ocean"},
|
{"ethereal:fish_shrimp", "ocean"},
|
||||||
{"ethereal:fish_carp", "swamp"},
|
{"ethereal:fish_carp", "swamp"},
|
||||||
{"ethereal:fish_tetra", "grayness_ocean"},
|
{"ethereal:fish_tetra", "grayness_ocean"},
|
||||||
{"ethereal:fish_mackerel", "glacier_ocean"}
|
{"ethereal:fish_mackerel", "glacier"}
|
||||||
}
|
}
|
||||||
-- grassland_ocean, desert_ocean, sakura_ocean, mesa_ocean, coniferous_forest_ocean,
|
-- grassland_ocean, desert_ocean, sakura_ocean, mesa_ocean, coniferous_forest_ocean,
|
||||||
-- taiga_ocean, frost_ocean, deciduous_forest_ocean, grayness_ocean, grassytwo_ocean,
|
-- taiga_ocean, frost_ocean, deciduous_forest_ocean, grayness_ocean, grassytwo_ocean,
|
||||||
@ -307,6 +307,8 @@ local find_item = function(list, pos)
|
|||||||
local data= minetest.get_biome_data(pos)
|
local data= minetest.get_biome_data(pos)
|
||||||
local biome = data and minetest.get_biome_name(data.biome) or ""
|
local biome = data and minetest.get_biome_name(data.biome) or ""
|
||||||
|
|
||||||
|
--print("--biome", biome)
|
||||||
|
|
||||||
for n = 1, #list do
|
for n = 1, #list do
|
||||||
|
|
||||||
item = list[n]
|
item = list[n]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user