@bedrock-oss/add-on-registry 1.0.25 → 1.0.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/registry.js +12 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bedrock-oss/add-on-registry",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.27",
|
|
4
4
|
"description": "A registry for Minecraft Bedrock Add-Ons and their basic meta-data. This is intended to be used by features such as WAILA-add-ons to display accurate information about packs.",
|
|
5
5
|
"main": "registry.js",
|
|
6
6
|
"type": "module",
|
package/registry.js
CHANGED
|
@@ -445,6 +445,10 @@ export const Registry = {
|
|
|
445
445
|
name: "The Extinct",
|
|
446
446
|
creator: "Shapescape",
|
|
447
447
|
},
|
|
448
|
+
"skl_oc": {
|
|
449
|
+
name: "Alien Dimension Add-On",
|
|
450
|
+
creator: "Skilendarz",
|
|
451
|
+
},
|
|
448
452
|
"spark_portals": {
|
|
449
453
|
name: "Spark Portals",
|
|
450
454
|
creator: "Spark Universe",
|
|
@@ -485,6 +489,14 @@ export const Registry = {
|
|
|
485
489
|
name: "SpongeBob SquarePants",
|
|
486
490
|
creator: "Spark Universe",
|
|
487
491
|
},
|
|
492
|
+
"spark_moa": {
|
|
493
|
+
name: "Aether Moa",
|
|
494
|
+
creator: "Spark Universe",
|
|
495
|
+
},
|
|
496
|
+
"spark_aether": {
|
|
497
|
+
name: "Aether Legends",
|
|
498
|
+
creator: "Spark Universe",
|
|
499
|
+
},
|
|
488
500
|
"squaredreams_fhd": {
|
|
489
501
|
name: "Furniture HD",
|
|
490
502
|
creator: "Square Dreams",
|