This commit is contained in:
Moritz Zwerger 2023-10-08 18:19:01 +02:00
parent 349a3169a9
commit 938bc6a351
No known key found for this signature in database
GPG Key ID: 5CAD791931B09AC4

View File

@ -2,16 +2,16 @@
"minecraft:overworld": {
"id": 0,
"has_sky_light": true,
"ambient_light": 0.0,
"ambient_light": 0.0
},
"minecraft:the_nether": {
"id": -1,
"has_sky_light": false,
"ambient_light": 0.1,
"ambient_light": 0.1
},
"minecraft:the_end": {
"id": 1,
"has_sky_light": false,
"ambient_light": 0.0,
"ambient_light": 0.0
}
}