mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-29 09:32:43 +00:00
Add cow_variant and update spyglass
This commit is contained in:
1674
package-lock.json
generated
1674
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@@ -16,12 +16,12 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@giscus/react": "^2.2.3",
|
"@giscus/react": "^2.2.3",
|
||||||
"@spyglassmc/core": "^0.4.24",
|
"@spyglassmc/core": "^0.4.25",
|
||||||
"@spyglassmc/java-edition": "^0.3.30",
|
"@spyglassmc/java-edition": "^0.3.32",
|
||||||
"@spyglassmc/json": "^0.3.27",
|
"@spyglassmc/json": "^0.3.29",
|
||||||
"@spyglassmc/locales": "^0.3.12",
|
"@spyglassmc/locales": "^0.3.12",
|
||||||
"@spyglassmc/mcdoc": "^0.3.28",
|
"@spyglassmc/mcdoc": "^0.3.29",
|
||||||
"@spyglassmc/nbt": "^0.3.28",
|
"@spyglassmc/nbt": "^0.3.30",
|
||||||
"@zip.js/zip.js": "^2.4.5",
|
"@zip.js/zip.js": "^2.4.5",
|
||||||
"brace": "^0.11.1",
|
"brace": "^0.11.1",
|
||||||
"buffer": "^6.0.3",
|
"buffer": "^6.0.3",
|
||||||
|
|||||||
@@ -324,6 +324,7 @@ const selectRegistries = new Set([
|
|||||||
'chunk_status',
|
'chunk_status',
|
||||||
'consume_effect_type',
|
'consume_effect_type',
|
||||||
'creative_mode_tab',
|
'creative_mode_tab',
|
||||||
|
'data_component_predicate_type',
|
||||||
'data_component_type',
|
'data_component_type',
|
||||||
'enchantment_effect_component_type',
|
'enchantment_effect_component_type',
|
||||||
'enchantment_entity_effect_type',
|
'enchantment_entity_effect_type',
|
||||||
@@ -354,6 +355,7 @@ const selectRegistries = new Set([
|
|||||||
'rule_block_entity_modifier',
|
'rule_block_entity_modifier',
|
||||||
'rule_test',
|
'rule_test',
|
||||||
'slot_display',
|
'slot_display',
|
||||||
|
'spawn_condition_type',
|
||||||
'stat_type',
|
'stat_type',
|
||||||
'test_instance_type',
|
'test_instance_type',
|
||||||
'test_environment_definition_type',
|
'test_environment_definition_type',
|
||||||
|
|||||||
@@ -286,15 +286,22 @@
|
|||||||
"url": "frog-variant",
|
"url": "frog-variant",
|
||||||
"minVersion": "1.21.5"
|
"minVersion": "1.21.5"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "cow_variant",
|
||||||
|
"url": "cow-variant",
|
||||||
|
"minVersion": "1.21.5"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "test_instance",
|
"id": "test_instance",
|
||||||
"url": "test-instance",
|
"url": "test-instance",
|
||||||
"minVersion": "1.21.5"
|
"minVersion": "1.21.5",
|
||||||
|
"wiki": "https://minecraft.wiki/w/Test_instance_definition"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "test_environment",
|
"id": "test_environment",
|
||||||
"url": "test-environment",
|
"url": "test-environment",
|
||||||
"minVersion": "1.21.5"
|
"minVersion": "1.21.5",
|
||||||
|
"wiki": "https://minecraft.wiki/w/Test_environment_definition"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"id": "text_component",
|
"id": "text_component",
|
||||||
|
|||||||
@@ -68,6 +68,7 @@
|
|||||||
"generator.browse_available": "Browse available generators for %0%",
|
"generator.browse_available": "Browse available generators for %0%",
|
||||||
"generator.cat_variant": "Cat Variant",
|
"generator.cat_variant": "Cat Variant",
|
||||||
"generator.chat_type": "Chat Type",
|
"generator.chat_type": "Chat Type",
|
||||||
|
"generator.cow_variant": "Cow Variant",
|
||||||
"generator.damage_type": "Damage Type",
|
"generator.damage_type": "Damage Type",
|
||||||
"generator.dimension": "Dimension",
|
"generator.dimension": "Dimension",
|
||||||
"generator.dimension_type": "Dimension Type",
|
"generator.dimension_type": "Dimension Type",
|
||||||
|
|||||||
Reference in New Issue
Block a user