@bedrock-oss/add-on-registry 1.0.25 → 1.0.26
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 +8 -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.26",
|
|
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
|
@@ -485,6 +485,14 @@ export const Registry = {
|
|
|
485
485
|
name: "SpongeBob SquarePants",
|
|
486
486
|
creator: "Spark Universe",
|
|
487
487
|
},
|
|
488
|
+
"spark_moa": {
|
|
489
|
+
name: "Aether Moa",
|
|
490
|
+
creator: "Spark Universe",
|
|
491
|
+
},
|
|
492
|
+
"spark_aether": {
|
|
493
|
+
name: "Aether Legends",
|
|
494
|
+
creator: "Spark Universe",
|
|
495
|
+
},
|
|
488
496
|
"squaredreams_fhd": {
|
|
489
497
|
name: "Furniture HD",
|
|
490
498
|
creator: "Square Dreams",
|