Skip to content

Commit c1fc6fc

Browse files
committed
Support 24w04a
1 parent 96278cb commit c1fc6fc

File tree

4 files changed

+80
-68
lines changed

4 files changed

+80
-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.23",
20-
"@spyglassmc/java-edition": "^0.3.29",
21-
"@spyglassmc/json": "^0.3.26",
19+
"@spyglassmc/core": "^0.4.24",
20+
"@spyglassmc/java-edition": "^0.3.30",
21+
"@spyglassmc/json": "^0.3.27",
2222
"@spyglassmc/locales": "^0.3.12",
23-
"@spyglassmc/mcdoc": "^0.3.27",
24-
"@spyglassmc/nbt": "^0.3.27",
23+
"@spyglassmc/mcdoc": "^0.3.28",
24+
"@spyglassmc/nbt": "^0.3.28",
2525
"@zip.js/zip.js": "^2.4.5",
2626
"brace": "^0.11.1",
2727
"buffer": "^6.0.3",

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": "cat_variant",
281+
"url": "cat-variant",
282+
"minVersion": "1.21.5"
283+
},
284+
{
285+
"id": "frog_variant",
286+
"url": "frog-variant",
287+
"minVersion": "1.21.5"
288+
},
279289
{
280290
"id": "test_instance",
281291
"url": "test-instance",

src/locales/en.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"generator.banner_pattern": "Banner Pattern",
6666
"generator.block_definition": "Blockstate",
6767
"generator.browse_available": "Browse available generators for %0%",
68+
"generator.cat_variant": "Cat Variant",
6869
"generator.chat_type": "Chat Type",
6970
"generator.damage_type": "Damage Type",
7071
"generator.dimension": "Dimension",
@@ -76,6 +77,7 @@
7677
"generator.error_min_version": "The minimum version for this generator is %0%",
7778
"generator.fabric:fabric_mod_json": "fabric.mod.json",
7879
"generator.font": "Font",
80+
"generator.frog_variant": "Frog Variant",
7981
"generator.immersive_weathering:block_growth": "Block Growth",
8082
"generator.instrument": "Instrument",
8183
"generator.item_definition": "Item",

0 commit comments

Comments
 (0)