1
0
Fork 0

Inital commit

This commit is contained in:
abtmtr 2025-08-27 20:49:18 -05:00
commit b5089257c5
1005 changed files with 23476 additions and 0 deletions

View file

@ -0,0 +1,29 @@
{
"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
}
]
}
}