@bedrock-oss/add-on-registry 1.0.19 → 1.0.20
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 +20 -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.20",
|
|
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
|
@@ -297,6 +297,26 @@ export const Registry = {
|
|
|
297
297
|
name: "More Ores and Tools",
|
|
298
298
|
creator: "Netherpixel",
|
|
299
299
|
},
|
|
300
|
+
"nm8_april": {
|
|
301
|
+
name: "April Showers",
|
|
302
|
+
creator: "eNeM8ting",
|
|
303
|
+
},
|
|
304
|
+
"nm8_consolidation": {
|
|
305
|
+
name: "Consolidation",
|
|
306
|
+
creator: "eNeM8ting",
|
|
307
|
+
},
|
|
308
|
+
"nm8_frog": {
|
|
309
|
+
name: "Frogge International",
|
|
310
|
+
creator: "eNeM8ting",
|
|
311
|
+
},
|
|
312
|
+
"nm8_mounts": {
|
|
313
|
+
name: "A-mounting To Greatness",
|
|
314
|
+
creator: "eNeM8ting",
|
|
315
|
+
},
|
|
316
|
+
"nm8_moyai": {
|
|
317
|
+
name: "Revenge of the Moyai",
|
|
318
|
+
creator: "eNeM8ting",
|
|
319
|
+
},
|
|
300
320
|
"oreville_15yr": {
|
|
301
321
|
name: "15 Year Party Supplies",
|
|
302
322
|
creator: "Oreville Studios",
|