Reinitailized repository
This commit is contained in:
commit
b4fb99fc02
2864 changed files with 697863 additions and 0 deletions
34
kubejs/config/settings.json
Normal file
34
kubejs/config/settings.json
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"dimensions": [
|
||||
{
|
||||
"id": "retards:creative",
|
||||
"gamemode": "creative",
|
||||
"portal": {
|
||||
"material": "minecraft:glowstone",
|
||||
"fluid": "minecraft:water",
|
||||
"color": "#1E66F5"
|
||||
},
|
||||
"worldgen": {
|
||||
"minecraft:bedrock": 1,
|
||||
"minecraft:stone": 40,
|
||||
"minecraft:dirt": 8,
|
||||
"minecraft:grass_block": 1
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "retards:adventure",
|
||||
"gamemode": "adventure",
|
||||
"portal": {
|
||||
"material": "minecraft:bedrock",
|
||||
"fluid": "minecraft:water",
|
||||
"color": "#1E66F5"
|
||||
},
|
||||
"worldgen": {
|
||||
"minecraft:bedrock": 1,
|
||||
"minecraft:stone": 40,
|
||||
"minecraft:dirt": 8,
|
||||
"minecraft:grass_block": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue