- {
- "type": "minecraft:overworld",
- "generator": {
- "type": "minecraft:flat",
- "settings": {
- "layers": [{"height":1,"block":"minecraft:air"}],
- "biome": "minecraft:plains",
- "lakes": false,
- "features ": false,
- "structures": {
- "stronghold":{"count":0},
- "structures":{}
- }
- }
- }
- }
本帖最后由 晴路卡 于 2021-12-4 15:23 编辑
https://misode.github.io/dimension/
复制代码
https://misode.github.io/dimension/
- {
- "type": "minecraft:overworld",
- "generator": {
- "type": "minecraft:flat",
- "settings": {
- "biome": "minecraft:plains",
- "lakes": false,
- "layers": [
- {
- "block": "minecraft:air",
- "height": 1
- }
- ],
- "structures": {
- "structures": {}
- }
- }
- }
- }