RetardsModpack/kubejs/config/settings.json
2026-02-08 21:40:15 +01:00

34 lines
751 B
JSON

{
"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
}
}
]
}