fix: wrong dimension type
This commit is contained in:
@@ -1,30 +1,30 @@
|
||||
{
|
||||
"type": "minecraft:overworld",
|
||||
"generator": {
|
||||
"type": "minecraft:flat",
|
||||
"settings": {
|
||||
"biome": "minecraft:plains",
|
||||
"lakes": false,
|
||||
"features": false,
|
||||
"layers": [
|
||||
{
|
||||
"height": 120,
|
||||
"block": "minecraft:air"
|
||||
},
|
||||
{
|
||||
"height": 1,
|
||||
"block": "minecraft:bedrock"
|
||||
},
|
||||
{
|
||||
"height": 3,
|
||||
"block": "minecraft:dirt"
|
||||
},
|
||||
{
|
||||
"height": 1,
|
||||
"block": "minecraft:grass_block"
|
||||
"type": "dev:dimension",
|
||||
"generator": {
|
||||
"type": "minecraft:flat",
|
||||
"settings": {
|
||||
"biome": "minecraft:plains",
|
||||
"lakes": false,
|
||||
"features": false,
|
||||
"layers": [
|
||||
{
|
||||
"height": 120,
|
||||
"block": "minecraft:air"
|
||||
},
|
||||
{
|
||||
"height": 1,
|
||||
"block": "minecraft:bedrock"
|
||||
},
|
||||
{
|
||||
"height": 3,
|
||||
"block": "minecraft:dirt"
|
||||
},
|
||||
{
|
||||
"height": 1,
|
||||
"block": "minecraft:grass_block"
|
||||
}
|
||||
],
|
||||
"structure_overrides": []
|
||||
}
|
||||
],
|
||||
"structure_overrides": []
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user