mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 15:17:09 +00:00
Add cow_variant and update spyglass
This commit is contained in:
@@ -324,6 +324,7 @@ const selectRegistries = new Set([
|
||||
'chunk_status',
|
||||
'consume_effect_type',
|
||||
'creative_mode_tab',
|
||||
'data_component_predicate_type',
|
||||
'data_component_type',
|
||||
'enchantment_effect_component_type',
|
||||
'enchantment_entity_effect_type',
|
||||
@@ -354,6 +355,7 @@ const selectRegistries = new Set([
|
||||
'rule_block_entity_modifier',
|
||||
'rule_test',
|
||||
'slot_display',
|
||||
'spawn_condition_type',
|
||||
'stat_type',
|
||||
'test_instance_type',
|
||||
'test_environment_definition_type',
|
||||
|
||||
@@ -286,15 +286,22 @@
|
||||
"url": "frog-variant",
|
||||
"minVersion": "1.21.5"
|
||||
},
|
||||
{
|
||||
"id": "cow_variant",
|
||||
"url": "cow-variant",
|
||||
"minVersion": "1.21.5"
|
||||
},
|
||||
{
|
||||
"id": "test_instance",
|
||||
"url": "test-instance",
|
||||
"minVersion": "1.21.5"
|
||||
"minVersion": "1.21.5",
|
||||
"wiki": "https://minecraft.wiki/w/Test_instance_definition"
|
||||
},
|
||||
{
|
||||
"id": "test_environment",
|
||||
"url": "test-environment",
|
||||
"minVersion": "1.21.5"
|
||||
"minVersion": "1.21.5",
|
||||
"wiki": "https://minecraft.wiki/w/Test_environment_definition"
|
||||
},
|
||||
{
|
||||
"id": "text_component",
|
||||
|
||||
@@ -68,6 +68,7 @@
|
||||
"generator.browse_available": "Browse available generators for %0%",
|
||||
"generator.cat_variant": "Cat Variant",
|
||||
"generator.chat_type": "Chat Type",
|
||||
"generator.cow_variant": "Cow Variant",
|
||||
"generator.damage_type": "Damage Type",
|
||||
"generator.dimension": "Dimension",
|
||||
"generator.dimension_type": "Dimension Type",
|
||||
|
||||
Reference in New Issue
Block a user