1
0
Fork 0
Gen2/dimensional-inventories/v2/config/main/dimension-pools.json

29 lines
630 B
JSON
Raw Permalink Normal View History

2025-08-27 20:49:18 -05:00
{
"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
}
]
}
}