@bedrock-oss/add-on-registry 1.0.23 → 1.0.25
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/README.md +1 -1
- package/package.json +1 -1
- package/registry.js +8 -0
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ Your pull-request will automatically merge all JSON files together into one file
|
|
|
24
24
|
}
|
|
25
25
|
```
|
|
26
26
|
|
|
27
|
-
3. Commit your JSON file, then open a pull request.
|
|
27
|
+
3. Commit your JSON file, then open a pull request. One of the maintainers will review it and approve if possible.
|
|
28
28
|
|
|
29
29
|
### Notes
|
|
30
30
|
|
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.25",
|
|
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
|
@@ -241,6 +241,10 @@ export const Registry = {
|
|
|
241
241
|
name: "Cross-AddOn Jigarbov Pack",
|
|
242
242
|
creator: "Jigarbov Productions",
|
|
243
243
|
},
|
|
244
|
+
"cubed": {
|
|
245
|
+
name: "Cubed Add-On",
|
|
246
|
+
creator: "kassiopy studios x Cubed Community",
|
|
247
|
+
},
|
|
244
248
|
"kubo_mg": {
|
|
245
249
|
name: "MORPH Add-On",
|
|
246
250
|
creator: "Kubo Studios",
|
|
@@ -405,6 +409,10 @@ export const Registry = {
|
|
|
405
409
|
name: "PokeBedrock",
|
|
406
410
|
creator: "Smell of Curry",
|
|
407
411
|
},
|
|
412
|
+
"recrafted": {
|
|
413
|
+
name: "ReCrafted",
|
|
414
|
+
creator: "Rezn1r",
|
|
415
|
+
},
|
|
408
416
|
"httyd": {
|
|
409
417
|
name: "Age of Berk",
|
|
410
418
|
creator: "S3XT4 Studios",
|