Skip to content

Instantly share code, notes, and snippets.

@Spinoscythe
Created January 22, 2024 22:03
Show Gist options
  • Select an option

  • Save Spinoscythe/fe20128cafbb67cd2938ed59caaa6afa to your computer and use it in GitHub Desktop.

Select an option

Save Spinoscythe/fe20128cafbb67cd2938ed59caaa6afa to your computer and use it in GitHub Desktop.
Minecraft Registry order
{
"order": [
"minecraft:game_event",
"minecraft:sound_event",
"minecraft:fluid",
"minecraft:mob_effect",
"minecraft:block",
"minecraft:enchantment",
"minecraft:entity_type",
"minecraft:item",
"minecraft:potion",
"minecraft:particle_type",
"minecraft:block_entity_type",
"minecraft:painting_variant",
"minecraft:custom_stat",
"minecraft:chunk_status",
"minecraft:rule_test",
"minecraft:rule_block_entity_modifier",
"minecraft:pos_rule_test",
"minecraft:menu",
"minecraft:recipe_type",
"minecraft:recipe_serializer",
"minecraft:attribute",
"minecraft:position_source_type",
"minecraft:command_argument_type",
"minecraft:stat_type",
"minecraft:villager_type",
"minecraft:villager_profession",
"minecraft:point_of_interest_type",
"minecraft:memory_module_type",
"minecraft:sensor_type",
"minecraft:schedule",
"minecraft:activity",
"minecraft:loot_pool_entry_type",
"minecraft:loot_function_type",
"minecraft:loot_condition_type",
"minecraft:loot_number_provider_type",
"minecraft:loot_nbt_provider_type",
"minecraft:loot_score_provider_type",
"minecraft:float_provider_type",
"minecraft:int_provider_type",
"minecraft:height_provider_type",
"minecraft:block_predicate_type",
"minecraft:worldgen/carver",
"minecraft:worldgen/feature",
"minecraft:worldgen/structure_placement",
"minecraft:worldgen/structure_piece",
"minecraft:worldgen/structure_type",
"minecraft:worldgen/placement_modifier_type",
"minecraft:worldgen/block_state_provider_type",
"minecraft:worldgen/foliage_placer_type",
"minecraft:worldgen/trunk_placer_type",
"minecraft:worldgen/root_placer_type",
"minecraft:worldgen/tree_decorator_type",
"minecraft:worldgen/feature_size_type",
"minecraft:worldgen/biome_source",
"minecraft:worldgen/chunk_generator",
"minecraft:worldgen/material_condition",
"minecraft:worldgen/material_rule",
"minecraft:worldgen/density_function_type",
"minecraft:block_type",
"minecraft:worldgen/structure_processor",
"minecraft:worldgen/structure_pool_element",
"minecraft:worldgen/pool_alias_binding",
"minecraft:cat_variant",
"minecraft:frog_variant",
"minecraft:banner_pattern",
"minecraft:instrument",
"minecraft:decorated_pot_patterns",
"minecraft:creative_mode_tab",
"minecraft:trigger_type",
"minecraft:number_format_type"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment