Skip to content

Commit db3889a

Browse files
committed
Also add occlusion to mushroom blocks
1 parent 7c37c90 commit db3889a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
"minecraft:ice": { "cullingIdentical": true },
5555

56-
"minecraft:brown_mushroom_block": { "culling": true },
57-
"minecraft:red_mushroom_block": { "culling": true },
58-
"minecraft:mushroom_stem": { "culling": true }
56+
"minecraft:brown_mushroom_block": { "culling": true, "occluding": true },
57+
"minecraft:red_mushroom_block": { "culling": true, "occluding": true },
58+
"minecraft:mushroom_stem": { "culling": true, "occluding": true }
5959
}

0 commit comments

Comments
 (0)