fix(UC-02): QA review — crypt bottom_row + ice decorations fidelity

- BUG-001: CRYPT bottom_row had unreachable mossy_stone_bricks (same f variable
  makes mossy_cobblestone guard trigger first). Fixed weights: 0.20/0.10/0.70
- BUG-003: ICE ceiling ice stalactites (y_offset=10) were missing from JSON
- BUG-002: ICE snow corner layers use middle value (3) as compromise since
  DecorationConfig.PositionedBlock doesn't support random_property
This commit is contained in:
NotEvil
2026-04-16 01:45:04 +02:00
parent 3aaf92b788
commit 706172fb9a
2 changed files with 4 additions and 4 deletions

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 }