@bedrock-oss/add-on-registry 1.0.4 → 1.0.5

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. 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.4",
3
+ "version": "1.0.5",
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
@@ -197,6 +197,30 @@ export const Registry = {
197
197
  name: "Age of Berk",
198
198
  creator: "S3XT4 Studios",
199
199
  },
200
+ sqst_bkpk: {
201
+ name: "Backpacks",
202
+ creator: "Scai Quest",
203
+ },
204
+ sqst_ihfs: {
205
+ name: "AutoFisher",
206
+ creator: "Scai Quest",
207
+ },
208
+ sqst_oreb: {
209
+ name: "Ore Beetles",
210
+ creator: "Scai Quest",
211
+ },
212
+ sqst_plsh: {
213
+ name: "Plushies",
214
+ creator: "Scai Quest",
215
+ },
216
+ sqst_xpcb: {
217
+ name: "XP Crystal Bank",
218
+ creator: "Scai Quest",
219
+ },
220
+ sqst_mtls: {
221
+ name: "Multitool",
222
+ creator: "Scai Quest",
223
+ },
200
224
  shapescape_ext: {
201
225
  name: "The Extinct",
202
226
  creator: "Shapescape",