Skip to content

Commit a2f825b

Browse files
committed
Fix black edge-lines on mushroom blocks
1 parent 24ff647 commit a2f825b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

core/src/main/resourceExtensions/assets/minecraft/blockProperties.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,9 @@
5151
"minecraft:red_stained_glass": { "occluding": false, "cullingIdentical": true },
5252
"minecraft:black_stained_glass": { "occluding": false, "cullingIdentical": true },
5353

54-
"minecraft:ice": { "cullingIdentical": true }
54+
"minecraft:ice": { "cullingIdentical": true },
55+
56+
"minecraft:brown_mushroom_block": { "culling": true },
57+
"minecraft:red_mushroom_block": { "culling": true },
58+
"minecraft:mushroom_stem": { "culling": true }
5559
}

0 commit comments

Comments
 (0)