Skip to content

Commit f656ab2

Browse files
committed
25w03a
1 parent a67afdb commit f656ab2

File tree

5 files changed

+82
-68
lines changed

5 files changed

+82
-68
lines changed

package-lock.json

Lines changed: 63 additions & 63 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"license": "MIT",
1717
"dependencies": {
1818
"@giscus/react": "^2.2.3",
19-
"@spyglassmc/core": "^0.4.22",
20-
"@spyglassmc/java-edition": "^0.3.28",
21-
"@spyglassmc/json": "^0.3.25",
19+
"@spyglassmc/core": "^0.4.23",
20+
"@spyglassmc/java-edition": "^0.3.29",
21+
"@spyglassmc/json": "^0.3.26",
2222
"@spyglassmc/locales": "^0.3.12",
23-
"@spyglassmc/mcdoc": "^0.3.26",
24-
"@spyglassmc/nbt": "^0.3.26",
23+
"@spyglassmc/mcdoc": "^0.3.27",
24+
"@spyglassmc/nbt": "^0.3.27",
2525
"@zip.js/zip.js": "^2.4.5",
2626
"brace": "^0.11.1",
2727
"buffer": "^6.0.3",

src/app/components/generator/McdocHelpers.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,8 @@ const selectRegistries = new Set([
355355
'rule_test',
356356
'slot_display',
357357
'stat_type',
358+
'test_instance_type',
359+
'test_environment_definition_type',
358360
'trigger_type',
359361
'worldgen/biome_source',
360362
'worldgen/block_state_provider_type',

src/config.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,16 @@
276276
"url": "pig-variant",
277277
"minVersion": "1.21.5"
278278
},
279+
{
280+
"id": "test_instance",
281+
"url": "test-instance",
282+
"minVersion": "1.21.5"
283+
},
284+
{
285+
"id": "test_environment",
286+
"url": "test-environment",
287+
"minVersion": "1.21.5"
288+
},
279289
{
280290
"id": "text_component",
281291
"url": "text-component",

src/locales/en.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@
121121
"generator.tag/worldgen/structure": "Structure Tag",
122122
"generator.tag/worldgen/structure_set": "Structure Set Tag",
123123
"generator.tag/worldgen/world_preset": "World Preset Tag",
124+
"generator.test_instance": "Test Instance",
125+
"generator.test_environment": "Test Environment",
124126
"generator.text_component": "Text Component",
125127
"generator.trial_spawner": "Trial Spawner",
126128
"generator.trim_material": "Trim Material",

0 commit comments

Comments
 (0)