chore/audit-uc02-roomtheme-datadriven #14

Merged
NotEvil merged 6 commits from chore/audit-uc02-roomtheme-datadriven into develop 2026-04-16 00:38:59 +00:00
2 changed files with 4 additions and 4 deletions
Showing only changes of commit 706172fb9a - Show all commits

View File

@@ -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": {

View File

@@ -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 }