@bedrock-oss/add-on-registry 1.0.11 → 1.0.12
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 +34 -2
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.12",
|
|
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
|
@@ -37,6 +37,10 @@ export const Registry = {
|
|
|
37
37
|
name: "Biomes",
|
|
38
38
|
creator: "Block Factory",
|
|
39
39
|
},
|
|
40
|
+
"bs_bwad": {
|
|
41
|
+
name: "Builders Wands",
|
|
42
|
+
creator: "Block Studios",
|
|
43
|
+
},
|
|
40
44
|
"bluemods": {
|
|
41
45
|
name: "BlueMods Anticheat",
|
|
42
46
|
creator: "BlueShadow",
|
|
@@ -169,6 +173,30 @@ export const Registry = {
|
|
|
169
173
|
name: "Cross-AddOn Jigarbov Pack",
|
|
170
174
|
creator: "Jigarbov Productions",
|
|
171
175
|
},
|
|
176
|
+
"kubo_mg": {
|
|
177
|
+
name: "MORPH Add-On",
|
|
178
|
+
creator: "Kubo Studios",
|
|
179
|
+
},
|
|
180
|
+
"kubo_ss": {
|
|
181
|
+
name: "SECURITY SYSTEMS Add-On",
|
|
182
|
+
creator: "Kubo Studios",
|
|
183
|
+
},
|
|
184
|
+
"kubo_mv": {
|
|
185
|
+
name: "VILLAGERS++ Add-On",
|
|
186
|
+
creator: "Kubo Studios",
|
|
187
|
+
},
|
|
188
|
+
"kubo_aj": {
|
|
189
|
+
name: "ANIME JUTSU Add-On",
|
|
190
|
+
creator: "Kubo Studios",
|
|
191
|
+
},
|
|
192
|
+
"kubo_rpg": {
|
|
193
|
+
name: "RPG Add-On",
|
|
194
|
+
creator: "Kubo Studios",
|
|
195
|
+
},
|
|
196
|
+
"kubo_fs": {
|
|
197
|
+
name: "FISHING++ Add-On",
|
|
198
|
+
creator: "Kubo Studios",
|
|
199
|
+
},
|
|
172
200
|
"lpsm_assetsplus": {
|
|
173
201
|
name: "Assets+",
|
|
174
202
|
creator: "Legopitstop",
|
|
@@ -434,11 +462,15 @@ export const Registry = {
|
|
|
434
462
|
creator: "The World Foundry",
|
|
435
463
|
},
|
|
436
464
|
"snst_bckp": {
|
|
437
|
-
name: "Backpacks++",
|
|
465
|
+
name: "Backpacks++ Add-On",
|
|
438
466
|
creator: "ThunderAy",
|
|
439
467
|
},
|
|
440
468
|
"snst_morph": {
|
|
441
|
-
name: "BE a MOB",
|
|
469
|
+
name: "BE a MOB Add-On",
|
|
470
|
+
creator: "ThunderAy",
|
|
471
|
+
},
|
|
472
|
+
"senior_bv": {
|
|
473
|
+
name: "Vanilla Biomes+ Add-On",
|
|
442
474
|
creator: "ThunderAy",
|
|
443
475
|
},
|
|
444
476
|
"tomhmagic_realight": {
|