mirror of
https://github.com/minetest/minetest_game.git
synced 2025-06-30 05:40:24 +02:00
Icesheet biome: Add 'default:cave_ice' node to enable caves in land ice
Has 'is_ground_content = true'. Drops 'default:ice'.
This commit is contained in:
@ -820,7 +820,7 @@ function default.register_biomes(upper_limit)
|
||||
depth_top = 1,
|
||||
node_filler = "default:snowblock",
|
||||
depth_filler = 3,
|
||||
node_stone = "default:ice",
|
||||
node_stone = "default:cave_ice",
|
||||
node_water_top = "default:ice",
|
||||
depth_water_top = 10,
|
||||
--node_water = "",
|
||||
|
Reference in New Issue
Block a user