@bedrock-oss/add-on-registry 1.0.12 → 1.0.14
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 +28 -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.14",
|
|
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
|
@@ -41,6 +41,10 @@ export const Registry = {
|
|
|
41
41
|
name: "Builders Wands",
|
|
42
42
|
creator: "Block Studios",
|
|
43
43
|
},
|
|
44
|
+
"bs_most": {
|
|
45
|
+
name: "More Structures",
|
|
46
|
+
creator: "Block Studios",
|
|
47
|
+
},
|
|
44
48
|
"bluemods": {
|
|
45
49
|
name: "BlueMods Anticheat",
|
|
46
50
|
creator: "BlueShadow",
|
|
@@ -61,6 +65,30 @@ export const Registry = {
|
|
|
61
65
|
name: "SCP: Uncaged Add-On",
|
|
62
66
|
creator: "Cloud Corp",
|
|
63
67
|
},
|
|
68
|
+
"pl_sk_pr": {
|
|
69
|
+
name: "Player Skills Pro Add-On",
|
|
70
|
+
creator: "Cubed Creations",
|
|
71
|
+
},
|
|
72
|
+
"cubc_mo_en": {
|
|
73
|
+
name: "More Enchantments Add-On",
|
|
74
|
+
creator: "Cubed Creations",
|
|
75
|
+
},
|
|
76
|
+
"cubc_ra_su": {
|
|
77
|
+
name: "Raft Survival Add-On",
|
|
78
|
+
creator: "Cubed Creations",
|
|
79
|
+
},
|
|
80
|
+
"cc_re": {
|
|
81
|
+
name: "Realism Effects Add-On",
|
|
82
|
+
creator: "Cubed Creations",
|
|
83
|
+
},
|
|
84
|
+
"cubc_we_fu": {
|
|
85
|
+
name: "Weapons Fusion Add-On",
|
|
86
|
+
creator: "Cubed Creations",
|
|
87
|
+
},
|
|
88
|
+
"cc_vd": {
|
|
89
|
+
name: "Villager Dweller Add-On",
|
|
90
|
+
creator: "Cubed Creations",
|
|
91
|
+
},
|
|
64
92
|
"darkosto_elemental_crops": {
|
|
65
93
|
name: "Elemental Crops",
|
|
66
94
|
creator: "Darkosto",
|