29 lines
630 B
JSON
29 lines
630 B
JSON
![]() |
{
|
||
|
"version": 1,
|
||
|
"data": {
|
||
|
"dimensionPools": [
|
||
|
{
|
||
|
"id": "default",
|
||
|
"displayName": "default",
|
||
|
"dimensions": [
|
||
|
"minecraft:overworld",
|
||
|
"minecraft:the_end",
|
||
|
"minecraft:the_nether"
|
||
|
],
|
||
|
"gameMode": "SURVIVAL",
|
||
|
"progressAdvancements": true,
|
||
|
"incrementStatistics": true
|
||
|
},
|
||
|
{
|
||
|
"id": "creative",
|
||
|
"displayName": "creative",
|
||
|
"dimensions": [
|
||
|
"minecraft:creative"
|
||
|
],
|
||
|
"gameMode": "CREATIVE",
|
||
|
"progressAdvancements": false,
|
||
|
"incrementStatistics": false
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|