@bedrock-oss/add-on-registry 1.0.1 → 1.0.2
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/README.md +1 -1
- package/package.json +1 -1
- package/registry.js +16 -0
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Add-On Registry
|
|
1
|
+
# Add-On Registry [](https://www.npmjs.com/package/@bedrock-oss/add-on-registry)
|
|
2
2
|
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.
|
|
3
3
|
|
|
4
4
|
If you are an Add-On creator, you are welcome to add your pack to the registry so that it can be displayed accurately in other Add-Ons that display information about content from various Add-Ons.
|
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.2",
|
|
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
|
@@ -221,6 +221,22 @@ export const Registry = {
|
|
|
221
221
|
name: "Auto Factory",
|
|
222
222
|
creator: "Team Metallurgy",
|
|
223
223
|
},
|
|
224
|
+
twf_jb: {
|
|
225
|
+
name: "Chomp",
|
|
226
|
+
creator: "The World Foundry",
|
|
227
|
+
},
|
|
228
|
+
twfae_cos: {
|
|
229
|
+
name: "Lamp Lights",
|
|
230
|
+
creator: "The World Foundry",
|
|
231
|
+
},
|
|
232
|
+
twf_bmt: {
|
|
233
|
+
name: "Bubble",
|
|
234
|
+
creator: "The World Foundry",
|
|
235
|
+
},
|
|
236
|
+
twf_calm: {
|
|
237
|
+
name: "C.A.L.M.",
|
|
238
|
+
creator: "The World Foundry",
|
|
239
|
+
},
|
|
224
240
|
tomhmagic_realight: {
|
|
225
241
|
name: "Realight Reimagined",
|
|
226
242
|
creator: "Tomhmagic Creations",
|