Fix transparent blocks

This commit is contained in:
2026-09-25 15:01:03 -03:00
parent dfabe40e7a
commit f8d406dcf0
13 changed files with 645 additions and 192 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"block": {
"id": "bworld:glass",
"textures": "bworld:glass",
"transparent": true,
"render_layer": "translucent",
"mining": {
"toughness": 3,
"tool": "pickaxe"
+1 -1
View File
@@ -3,7 +3,7 @@
"block": {
"id": "bworld:leaves",
"textures": "bworld:leaves",
"transparent": true,
"render_layer": "cutout",
"mining": {
"toughness": 3,
"tool": "hoe"
+1 -1
View File
@@ -3,7 +3,7 @@
"block": {
"id": "bworld:water",
"textures": "bworld:water",
"transparent": true,
"render_layer": "translucent",
"alpha": 0.8,
"collision": false,
"item": false,