We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24ff647 commit a2f825bCopy full SHA for a2f825b
core/src/main/resourceExtensions/assets/minecraft/blockProperties.json
@@ -51,5 +51,9 @@
51
"minecraft:red_stained_glass": { "occluding": false, "cullingIdentical": true },
52
"minecraft:black_stained_glass": { "occluding": false, "cullingIdentical": true },
53
54
- "minecraft:ice": { "cullingIdentical": true }
+ "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 }
59
}
0 commit comments