From 1e67afe05e6911bc00150df95874fe69cf4a111b Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Sun, 28 Jan 2024 17:20:52 +0000 Subject: [PATCH] change glacier_ocean to glacier --- fishing.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/fishing.lua b/fishing.lua index 6f8ea47..8061b2e 100644 --- a/fishing.lua +++ b/fishing.lua @@ -38,7 +38,7 @@ local fish_items = { {"ethereal:fish_shrimp", "ocean"}, {"ethereal:fish_carp", "swamp"}, {"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, -- 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 biome = data and minetest.get_biome_name(data.biome) or "" +--print("--biome", biome) + for n = 1, #list do item = list[n]