@bedrock-oss/add-on-registry 1.0.3 → 1.0.4
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 +12 -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.4",
|
|
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
|
@@ -65,6 +65,14 @@ export const Registry = {
|
|
|
65
65
|
name: "How to Train Your Dragon",
|
|
66
66
|
creator: "Gamemode One",
|
|
67
67
|
},
|
|
68
|
+
gds_icu: {
|
|
69
|
+
name: "Combat Utilities",
|
|
70
|
+
creator: "Glowfischdesigns",
|
|
71
|
+
},
|
|
72
|
+
gds_we: {
|
|
73
|
+
name: "World Editing",
|
|
74
|
+
creator: "Glowfischdesigns",
|
|
75
|
+
},
|
|
68
76
|
hf_mzs: {
|
|
69
77
|
name: "Mowzie’s Mobs",
|
|
70
78
|
creator: "Honeyfrost",
|
|
@@ -257,6 +265,10 @@ export const Registry = {
|
|
|
257
265
|
name: "Auto Factory",
|
|
258
266
|
creator: "Team Metallurgy",
|
|
259
267
|
},
|
|
268
|
+
tep_lm: {
|
|
269
|
+
name: "LUNAR MOON Add-On",
|
|
270
|
+
creator: "Teplight",
|
|
271
|
+
},
|
|
260
272
|
twf_jb: {
|
|
261
273
|
name: "Chomp",
|
|
262
274
|
creator: "The World Foundry",
|