mirror of
https://gitlab.bixilon.de/bixilon/minosoft-meta.git
synced 2025-08-03 10:06:30 -04:00
nether: add ambient light
This commit is contained in:
parent
1494284992
commit
349a3169a9
@ -1,14 +1,17 @@
|
||||
{
|
||||
"minecraft:overworld": {
|
||||
"id": 0,
|
||||
"has_sky_light": true
|
||||
"has_sky_light": true,
|
||||
"ambient_light": 0.0,
|
||||
},
|
||||
"minecraft:the_nether": {
|
||||
"id": -1,
|
||||
"has_sky_light": false
|
||||
"has_sky_light": false,
|
||||
"ambient_light": 0.1,
|
||||
},
|
||||
"minecraft:the_end": {
|
||||
"id": 1,
|
||||
"has_sky_light": false
|
||||
"has_sky_light": false,
|
||||
"ambient_light": 0.0,
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user