Lighting system

This commit is contained in:
2026-09-25 15:40:09 -03:00
parent 25f8c683bb
commit 4539898c58
12 changed files with 634 additions and 349 deletions
+1
View File
@@ -4,6 +4,7 @@
"id": "bworld:leaves",
"textures": "bworld:leaves",
"render_layer": "cutout",
"light_opacity": 1,
"mining": {
"toughness": 3,
"tool": "hoe"
+8
View File
@@ -0,0 +1,8 @@
{
"format_version": 1,
"block": {
"id": "bworld:light",
"textures": "bworld:light",
"light_emission": 14
}
}
+1
View File
@@ -4,6 +4,7 @@
"id": "bworld:water",
"textures": "bworld:water",
"render_layer": "translucent",
"light_opacity": 1,
"alpha": 0.8,
"collision": false,
"item": false,
Binary file not shown.

After

Width:  |  Height:  |  Size: 112 B