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:
@@ -8,9 +8,8 @@
|
|||||||
],
|
],
|
||||||
"bottom_row": [
|
"bottom_row": [
|
||||||
{ "block": "minecraft:mossy_cobblestone", "weight": 0.20 },
|
{ "block": "minecraft:mossy_cobblestone", "weight": 0.20 },
|
||||||
{ "block": "minecraft:mossy_stone_bricks", "weight": 0.12 },
|
{ "block": "minecraft:cracked_stone_bricks", "weight": 0.10 },
|
||||||
{ "block": "minecraft:cracked_stone_bricks", "weight": 0.12 },
|
{ "block": "minecraft:stone_bricks", "weight": 0.70 }
|
||||||
{ "block": "minecraft:stone_bricks", "weight": 0.56 }
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"floor_palette": {
|
"floor_palette": {
|
||||||
|
|||||||
@@ -42,7 +42,8 @@
|
|||||||
},
|
},
|
||||||
"decorations": {
|
"decorations": {
|
||||||
"corner_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": [
|
"wall_midpoint_blocks": [
|
||||||
{ "block": "minecraft:lantern", "y_offset": 3 }
|
{ "block": "minecraft:lantern", "y_offset": 3 }
|
||||||
|
|||||||
Reference in New Issue
Block a user