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