@bedrock-oss/add-on-registry 1.0.8 → 1.0.10
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 +24 -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.10",
|
|
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
|
@@ -73,6 +73,22 @@ export const Registry = {
|
|
|
73
73
|
name: "The Backrooms Add-On",
|
|
74
74
|
creator: "Float Studios",
|
|
75
75
|
},
|
|
76
|
+
"fl_heli": {
|
|
77
|
+
name: "Helicopters+",
|
|
78
|
+
creator: "Floruit",
|
|
79
|
+
},
|
|
80
|
+
"fl_opp": {
|
|
81
|
+
name: "Ores++",
|
|
82
|
+
creator: "Floruit",
|
|
83
|
+
},
|
|
84
|
+
"fl_wings": {
|
|
85
|
+
name: "Wings++",
|
|
86
|
+
creator: "Floruit",
|
|
87
|
+
},
|
|
88
|
+
"floruit_senna": {
|
|
89
|
+
name: "Senna World",
|
|
90
|
+
creator: "Floruit",
|
|
91
|
+
},
|
|
76
92
|
"gm1_ord": {
|
|
77
93
|
name: "Sonic",
|
|
78
94
|
creator: "Gamemode One",
|
|
@@ -133,6 +149,14 @@ export const Registry = {
|
|
|
133
149
|
name: "Cross-AddOn Jigarbov Pack",
|
|
134
150
|
creator: "Jigarbov Productions",
|
|
135
151
|
},
|
|
152
|
+
"lpsm_assetsplus": {
|
|
153
|
+
name: "Assets+",
|
|
154
|
+
creator: "Legopitstop",
|
|
155
|
+
},
|
|
156
|
+
"lpsm_more_pumpkins": {
|
|
157
|
+
name: "More Pumpkins",
|
|
158
|
+
creator: "Legopitstop",
|
|
159
|
+
},
|
|
136
160
|
"mobpie_furn": {
|
|
137
161
|
name: "Furniture Add-On",
|
|
138
162
|
creator: "Mob Pie",
|