Inital commit
This commit is contained in:
commit
b5089257c5
1005 changed files with 23476 additions and 0 deletions
29
dimensional-inventories/v2/config/main/dimension-pools.json
Executable file
29
dimensional-inventories/v2/config/main/dimension-pools.json
Executable 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
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue