@bedrock-oss/add-on-registry 1.0.21 → 1.0.23

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.21",
3
+ "version": "1.0.23",
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
@@ -525,6 +525,10 @@ export const Registry = {
525
525
  name: "Enchantments Plus",
526
526
  creator: "StarkTMA",
527
527
  },
528
+ "stark_ge": {
529
+ name: "Gravity Expansion",
530
+ creator: "StarkTMA",
531
+ },
528
532
  "exmh": {
529
533
  name: "Extensive Mob Heads",
530
534
  creator: "SwagLP03",
@@ -541,6 +545,14 @@ export const Registry = {
541
545
  name: "LUNAR MOON Add-On",
542
546
  creator: "Teplight",
543
547
  },
548
+ "twf_cc": {
549
+ name: "Chop Chop",
550
+ creator: "The World Foundry",
551
+ },
552
+ "twf_looky": {
553
+ name: "Looky Tool",
554
+ creator: "The World Foundry",
555
+ },
544
556
  "twf_jb": {
545
557
  name: "Chomp",
546
558
  creator: "The World Foundry",