@mcdata/data
Version:
Minecraft data used in the API/Discord client.
158 lines (157 loc) • 3.71 kB
JSON
{
"updated": {
"date": "2022-02-12",
"majorVersion": "1.18"
},
"data": [
{
"tag": "overworld",
"name": "Overworld",
"coordinateScale": 1,
"ambientLight": 0,
"ultrawarm": false,
"fixedTime": null,
"altitude": {
"totalHeight": 384,
"logicalHeight": 384,
"minY": -64,
"maxY": 320
},
"has": {
"ceiling": false,
"raids": true,
"skylight": true,
"workingRespawnAnchor": false,
"workingBed": true,
"safePiglins": false
},
"biomes": [
"badlands",
"bamboo_jungle",
"beach",
"birch_forest",
"cold_ocean",
"dark_forest",
"deep_cold_ocean",
"deep_frozen_ocean",
"deep_lukewarm_ocean",
"deep_ocean",
"desert",
"dripstone_caves",
"eroded_badlands",
"flower_forest",
"forest",
"frozen_ocean",
"frozen_peaks",
"frozen_river",
"grove",
"ice_spikes",
"jagged_peaks",
"jungle",
"lukewarm_ocean",
"lush_caves",
"meadow",
"mushroom_fields",
"ocean",
"old_growth_birch_forest",
"old_growth_pine_taiga",
"old_growth_spruce_taiga",
"plains",
"river",
"savanna",
"savanna_plateau",
"snowy_beach",
"snowy_plains",
"snowy_slopes",
"snowy_taiga",
"sparse_jungle",
"stony_peaks",
"stony_shore",
"sunflower_plains",
"swamp",
"taiga",
"the_void",
"warm_ocean",
"windswept_forest",
"windswept_gravelly_hills",
"windswept_hills",
"windswept_savanna",
"wooded_badlands"
]
},
{
"tag": "overworld_caves",
"name": "Caves",
"coordinateScale": 1,
"ambientLight": 0,
"ultrawarm": false,
"fixedTime": null,
"altitude": {
"totalHeight": 384,
"logicalHeight": 384,
"minY": -64,
"maxY": 320
},
"has": {
"ceiling": true,
"raids": true,
"skylight": true,
"workingRespawnAnchor": false,
"workingBed": true,
"safePiglins": false
}
},
{
"tag": "the_nether",
"name": "The Nether",
"coordinateScale": 8,
"ambientLight": 0,
"ultrawarm": true,
"fixedTime": null,
"altitude": {
"totalHeight": 256,
"logicalHeight": 128,
"minY": 0,
"maxY": 256
},
"has": {
"ceiling": true,
"raids": false,
"skylight": false,
"workingRespawnAnchor": true,
"workingBed": false,
"safePiglins": true
},
"biomes": [
"nether_wastes",
"crimson_forest",
"warped_forest",
"soul_sand_valley",
"basalt_deltas"
]
},
{
"tag": "the_end",
"name": "The End",
"coordinateScale": 1,
"ambientLight": 0,
"ultrawarm": false,
"fixedTime": null,
"altitude": {
"totalHeight": 256,
"logicalHeight": 256,
"minY": 0,
"maxY": 256
},
"has": {
"ceiling": false,
"raids": true,
"skylight": false,
"workingRespawnAnchor": false,
"workingBed": false,
"safePiglins": false
},
"biomes": ["the_end", "small_end_islands", "end_highlands", "end_midlands", "end_barrens"]
}
]
}