From f636ed19997bf49c0b5cb7bb077c62085fabdd74 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Mon, 14 Jun 2021 18:22:53 +0100 Subject: [PATCH] use icebrick for ice dungeons --- biomes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biomes.lua b/biomes.lua index 4826250..71d6cbb 100644 --- a/biomes.lua +++ b/biomes.lua @@ -268,7 +268,7 @@ if ethereal.glacier == 1 then node_river_water = "default:ice", node_riverbed = "default:gravel", depth_riverbed = 2, - node_dungeon = "default:ice", + node_dungeon = "ethereal:icebrick",--"default:ice", node_dungeon_stair = "stairs:stair_ice", y_min = -8, y_max = 31000,