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