mirror of
https://gitlab.bixilon.de/bixilon/minosoft-meta.git
synced 2025-09-11 13:49:59 -04:00
fix json
This commit is contained in:
parent
349a3169a9
commit
938bc6a351
@ -2,16 +2,16 @@
|
|||||||
"minecraft:overworld": {
|
"minecraft:overworld": {
|
||||||
"id": 0,
|
"id": 0,
|
||||||
"has_sky_light": true,
|
"has_sky_light": true,
|
||||||
"ambient_light": 0.0,
|
"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,
|
"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,
|
"ambient_light": 0.0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user