@bedrock-oss/add-on-registry 1.0.13 → 1.0.15

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 +8 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bedrock-oss/add-on-registry",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
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
@@ -41,6 +41,10 @@ export const Registry = {
41
41
  name: "Builders Wands",
42
42
  creator: "Block Studios",
43
43
  },
44
+ "bs_most": {
45
+ name: "More Structures",
46
+ creator: "Block Studios",
47
+ },
44
48
  "bluemods": {
45
49
  name: "BlueMods Anticheat",
46
50
  creator: "BlueShadow",
@@ -457,6 +461,10 @@ export const Registry = {
457
461
  name: "Enchantments Plus",
458
462
  creator: "StarkTMA",
459
463
  },
464
+ "exmh": {
465
+ name: "Extensive Mob Heads",
466
+ creator: "SwagLP03",
467
+ },
460
468
  "tm_aqc": {
461
469
  name: "Aquaculture",
462
470
  creator: "Team Metallurgy",