mirror of
https://github.com/misode/misode.github.io.git
synced 2026-05-03 14:12:54 +00:00
Add biome, structure and dimension collections
This commit is contained in:
+126
-1
@@ -440,6 +440,7 @@
|
||||
{
|
||||
"id": "inverted",
|
||||
"type": "boolean",
|
||||
"default": false,
|
||||
"require": [
|
||||
"minecraft:killed_by_player"
|
||||
]
|
||||
@@ -496,6 +497,14 @@
|
||||
"minecraft:entity_properties"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "predicate",
|
||||
"type": "object",
|
||||
"value": "location",
|
||||
"require": [
|
||||
"minecraft:location_check"
|
||||
]
|
||||
},
|
||||
{
|
||||
"id": "term",
|
||||
"type": "object",
|
||||
@@ -645,7 +654,24 @@
|
||||
"fields": [
|
||||
{
|
||||
"id": "biome",
|
||||
"type": "string"
|
||||
"type": "enum",
|
||||
"source": "biome",
|
||||
"unset": true,
|
||||
"values": "biomes"
|
||||
},
|
||||
{
|
||||
"id": "feature",
|
||||
"type": "enum",
|
||||
"source": "structure",
|
||||
"unset": true,
|
||||
"values": "structures"
|
||||
},
|
||||
{
|
||||
"id": "dimension",
|
||||
"type": "enum",
|
||||
"source": "dimension",
|
||||
"unset": true,
|
||||
"values": "dimensions"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -793,6 +819,105 @@
|
||||
"minecraft:sweeping",
|
||||
"minecraft:thorns",
|
||||
"minecraft:unbreaking"
|
||||
],
|
||||
"biomes": [
|
||||
"minecraft:badlands",
|
||||
"minecraft:badlands_plateau",
|
||||
"minecraft:bamboo_jungle",
|
||||
"minecraft:bamboo_jungle_hills",
|
||||
"minecraft:beach",
|
||||
"minecraft:birch_forest",
|
||||
"minecraft:birch_forest_hills",
|
||||
"minecraft:cold_ocean",
|
||||
"minecraft:dark_forest",
|
||||
"minecraft:dark_forest_hills",
|
||||
"minecraft:deep_cold_ocean",
|
||||
"minecraft:deep_frozen_ocean",
|
||||
"minecraft:deep_lukewarm_ocean",
|
||||
"minecraft:deep_ocean",
|
||||
"minecraft:deep_warm_ocean",
|
||||
"minecraft:desert",
|
||||
"minecraft:desert_hills",
|
||||
"minecraft:desert_lakes",
|
||||
"minecraft:end_barrens",
|
||||
"minecraft:end_highlands",
|
||||
"minecraft:end_midlands",
|
||||
"minecraft:eroded_badlands",
|
||||
"minecraft:flower_forest",
|
||||
"minecraft:forest",
|
||||
"minecraft:frozen_ocean",
|
||||
"minecraft:frozen_river",
|
||||
"minecraft:giant_spruce_taiga",
|
||||
"minecraft:giant_spruce_taiga_hills",
|
||||
"minecraft:giant_tree_taiga",
|
||||
"minecraft:giant_tree_taiga_hills",
|
||||
"minecraft:gravelly_mountains",
|
||||
"minecraft:ice_spikes",
|
||||
"minecraft:jungle",
|
||||
"minecraft:jungle_edge",
|
||||
"minecraft:jungle_hills",
|
||||
"minecraft:lukewarm_ocean",
|
||||
"minecraft:modified_badlands_plateau",
|
||||
"minecraft:modified_gravelly_mountains",
|
||||
"minecraft:modified_jungle",
|
||||
"minecraft:modified_jungle_edge",
|
||||
"minecraft:modified_wooded_badlands_plateau",
|
||||
"minecraft:mountain_edge",
|
||||
"minecraft:mountains",
|
||||
"minecraft:mushroom_field_shore",
|
||||
"minecraft:mushroom_fields",
|
||||
"minecraft:nether",
|
||||
"minecraft:ocean",
|
||||
"minecraft:plains",
|
||||
"minecraft:river",
|
||||
"minecraft:savanna",
|
||||
"minecraft:savanna_plateau",
|
||||
"minecraft:shattered_savanna",
|
||||
"minecraft:shattered_savanna_plateau",
|
||||
"minecraft:small_end_islands",
|
||||
"minecraft:snowy_beach",
|
||||
"minecraft:snowy_mountains",
|
||||
"minecraft:snowy_taiga",
|
||||
"minecraft:snowy_taiga_hills",
|
||||
"minecraft:snowy_taiga_mountains",
|
||||
"minecraft:snowy_tundra",
|
||||
"minecraft:stone_shore",
|
||||
"minecraft:sunflower_plains",
|
||||
"minecraft:swamp",
|
||||
"minecraft:swamp_hills",
|
||||
"minecraft:taiga",
|
||||
"minecraft:taiga_hills",
|
||||
"minecraft:taiga_mountains",
|
||||
"minecraft:tall_birch_forest",
|
||||
"minecraft:tall_birch_hills",
|
||||
"minecraft:the_end",
|
||||
"minecraft:the_void",
|
||||
"minecraft:warm_ocean",
|
||||
"minecraft:wooded_badlands_plateau",
|
||||
"minecraft:wooded_hills",
|
||||
"minecraft:wooded_mountains"
|
||||
],
|
||||
"structures": [
|
||||
"pillager_outpost",
|
||||
"mineshaft",
|
||||
"mansion",
|
||||
"jungle_pyramid",
|
||||
"desert_pyramid",
|
||||
"igloo",
|
||||
"shipwreck",
|
||||
"swamp_hut",
|
||||
"stronghold",
|
||||
"monument",
|
||||
"ocean_ruin",
|
||||
"fortress",
|
||||
"endcity",
|
||||
"buried_treasure",
|
||||
"village"
|
||||
],
|
||||
"dimensions": [
|
||||
"minecraft:overworld",
|
||||
"minecraft:the_nether",
|
||||
"minecraft:the_end"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user