@bedrock-oss/add-on-registry 1.0.20 → 1.0.22

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 +12 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bedrock-oss/add-on-registry",
3
- "version": "1.0.20",
3
+ "version": "1.0.22",
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
@@ -273,6 +273,10 @@ export const Registry = {
273
273
  name: "More Pumpkins",
274
274
  creator: "Legopitstop",
275
275
  },
276
+ "lpsm_mb": {
277
+ name: "More Blocks",
278
+ creator: "Legopitstop",
279
+ },
276
280
  "mobpie_furn": {
277
281
  name: "Furniture Add-On",
278
282
  creator: "Mob Pie",
@@ -537,6 +541,14 @@ export const Registry = {
537
541
  name: "LUNAR MOON Add-On",
538
542
  creator: "Teplight",
539
543
  },
544
+ "twf_cc": {
545
+ name: "Chop Chop",
546
+ creator: "The World Foundry",
547
+ },
548
+ "twf_looky": {
549
+ name: "Looky Tool",
550
+ creator: "The World Foundry",
551
+ },
540
552
  "twf_jb": {
541
553
  name: "Chomp",
542
554
  creator: "The World Foundry",