diff --git a/_/dimensions.json b/_/dimensions.json index 15c19e7..a6b58fc 100644 --- a/_/dimensions.json +++ b/_/dimensions.json @@ -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, } }