mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 15:17:09 +00:00
Fetch dynamic registries
This commit is contained in:
@@ -48,11 +48,13 @@
|
||||
},
|
||||
{
|
||||
"id": "1.16",
|
||||
"mcdata_ref": "1.16.4"
|
||||
"mcdata_ref": "1.16.4",
|
||||
"vanilla_datapack_summary_ref": "1.16.4-summary"
|
||||
},
|
||||
{
|
||||
"id": "1.17",
|
||||
"mcdata_ref": "master"
|
||||
"mcdata_ref": "master",
|
||||
"vanilla_datapack_summary_ref": "summary"
|
||||
}
|
||||
],
|
||||
"models": [
|
||||
@@ -159,36 +161,58 @@
|
||||
}
|
||||
],
|
||||
"registries": [
|
||||
{ "id": "advancement", "dynamic": true },
|
||||
{ "id": "attribute", "minVersion": "1.16" },
|
||||
"block",
|
||||
"enchantment",
|
||||
"entity_type",
|
||||
"fluid",
|
||||
"item",
|
||||
{ "id": "block" },
|
||||
{ "id": "dimension", "dynamic": true },
|
||||
{ "id": "dimension_type", "dynamic": true },
|
||||
{ "id": "enchantment" },
|
||||
{ "id": "entity_type" },
|
||||
{ "id": "fluid" },
|
||||
{ "id": "function", "dynamic": true },
|
||||
{ "id": "item" },
|
||||
{ "id": "loot_condition_type", "minVersion": "1.16" },
|
||||
{ "id": "loot_function_type", "minVersion": "1.16" },
|
||||
{ "id": "loot_nbt_provider_type", "minVersion": "1.17" },
|
||||
{ "id": "loot_number_provider_type", "minVersion": "1.17" },
|
||||
{ "id": "loot_pool_entry_type", "minVersion": "1.16" },
|
||||
{ "id": "loot_score_provider_type", "minVersion": "1.17" },
|
||||
"mob_effect",
|
||||
{ "id": "rule_test", "minVersion": "1.16" },
|
||||
{ "id": "loot_table", "dynamic": true },
|
||||
{ "id": "mob_effect" },
|
||||
{ "id": "pos_rule_test", "minVersion": "1.16" },
|
||||
"sound_event",
|
||||
"stat_type",
|
||||
{ "id": "predicate", "dynamic": true },
|
||||
{ "id": "recipe", "dynamic": true },
|
||||
{ "id": "rule_test", "minVersion": "1.16" },
|
||||
{ "id": "sound_event" },
|
||||
{ "id": "stat_type" },
|
||||
{ "id": "structure", "dynamic": true },
|
||||
{ "id": "tag/block", "dynamic": true },
|
||||
{ "id": "tag/entity_type", "dynamic": true },
|
||||
{ "id": "tag/fluid", "dynamic": true },
|
||||
{ "id": "tag/function", "dynamic": true },
|
||||
{ "id": "tag/item", "dynamic": true },
|
||||
{ "id": "worldgen/biome", "dynamic": true },
|
||||
{ "id": "worldgen/block_state_provider_type", "minVersion": "1.16" },
|
||||
{ "id": "worldgen/block_placer_type", "minVersion": "1.16" },
|
||||
{ "id": "worldgen/biome_source", "minVersion": "1.16" },
|
||||
{ "id": "worldgen/carver", "minVersion": "1.16" },
|
||||
{ "id": "worldgen/chunk_generator", "minVersion": "1.16" },
|
||||
{ "id": "worldgen/configured_carver", "minVersion": "1.16" , "dynamic": true },
|
||||
{ "id": "worldgen/configured_decorator", "minVersion": "1.16" , "dynamic": true },
|
||||
{ "id": "worldgen/configured_feature", "minVersion": "1.16" , "dynamic": true },
|
||||
{ "id": "worldgen/configured_structure_feature", "minVersion": "1.16" , "dynamic": true },
|
||||
{ "id": "worldgen/configured_surface_builder", "minVersion": "1.16" , "dynamic": true },
|
||||
{ "id": "worldgen/decorator", "minVersion": "1.16" },
|
||||
{ "id": "worldgen/feature", "minVersion": "1.16" },
|
||||
{ "id": "worldgen/feature_size_type", "minVersion": "1.16" },
|
||||
{ "id": "worldgen/foliage_placer_type", "minVersion": "1.16" },
|
||||
{ "id": "worldgen/noise_settings", "minVersion": "1.16" , "dynamic": true },
|
||||
{ "id": "worldgen/processor_list", "minVersion": "1.16" , "dynamic": true },
|
||||
{ "id": "worldgen/structure_feature", "minVersion": "1.16" },
|
||||
{ "id": "worldgen/structure_pool_element", "minVersion": "1.16" },
|
||||
{ "id": "worldgen/structure_processor", "minVersion": "1.16" },
|
||||
{ "id": "worldgen/surface_builder", "minVersion": "1.16" },
|
||||
{ "id": "worldgen/template_pool", "minVersion": "1.16" , "dynamic": true },
|
||||
{ "id": "worldgen/tree_decorator_type", "minVersion": "1.16" },
|
||||
{ "id": "worldgen/trunk_placer_type", "minVersion": "1.16" },
|
||||
{ "id": "biome", "maxVersion": "1.15" },
|
||||
|
||||
Reference in New Issue
Block a user