diff --git a/src/main/resources/data/tiedup/tiedup_room_themes/crypt.json b/src/main/resources/data/tiedup/tiedup_room_themes/crypt.json index 84557e5..a0a4a1e 100644 --- a/src/main/resources/data/tiedup/tiedup_room_themes/crypt.json +++ b/src/main/resources/data/tiedup/tiedup_room_themes/crypt.json @@ -8,9 +8,8 @@ ], "bottom_row": [ { "block": "minecraft:mossy_cobblestone", "weight": 0.20 }, - { "block": "minecraft:mossy_stone_bricks", "weight": 0.12 }, - { "block": "minecraft:cracked_stone_bricks", "weight": 0.12 }, - { "block": "minecraft:stone_bricks", "weight": 0.56 } + { "block": "minecraft:cracked_stone_bricks", "weight": 0.10 }, + { "block": "minecraft:stone_bricks", "weight": 0.70 } ] }, "floor_palette": { diff --git a/src/main/resources/data/tiedup/tiedup_room_themes/ice.json b/src/main/resources/data/tiedup/tiedup_room_themes/ice.json index ec8b3cc..9e60b88 100644 --- a/src/main/resources/data/tiedup/tiedup_room_themes/ice.json +++ b/src/main/resources/data/tiedup/tiedup_room_themes/ice.json @@ -42,7 +42,8 @@ }, "decorations": { "corner_decorations": [ - { "block": "minecraft:snow[layers=2]", "y_offset": 1 } + { "block": "minecraft:snow[layers=3]", "y_offset": 1 }, + { "block": "minecraft:ice", "y_offset": 10 } ], "wall_midpoint_blocks": [ { "block": "minecraft:lantern", "y_offset": 3 }