Reinitailized repository

This commit is contained in:
Malasaur 2026-02-08 21:40:15 +01:00
commit b4fb99fc02
No known key found for this signature in database
2864 changed files with 697863 additions and 0 deletions

View 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
}
}
]
}