@bedrock-oss/add-on-registry 1.0.27 → 1.0.29

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 +20 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bedrock-oss/add-on-registry",
3
- "version": "1.0.27",
3
+ "version": "1.0.29",
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
@@ -113,6 +113,14 @@ export const Registry = {
113
113
  name: "The Backrooms Add-On",
114
114
  creator: "Float Studios",
115
115
  },
116
+ "float_vc": {
117
+ name: "Village Cities",
118
+ creator: "Float Studios",
119
+ },
120
+ "float_mb": {
121
+ name: "Mini Blocks",
122
+ creator: "Float Studios",
123
+ },
116
124
  "fl_heli": {
117
125
  name: "Helicopters+",
118
126
  creator: "Floruit",
@@ -445,6 +453,18 @@ export const Registry = {
445
453
  name: "The Extinct",
446
454
  creator: "Shapescape",
447
455
  },
456
+ "simply_bag": {
457
+ name: "Simply Backpacks Add-On",
458
+ creator: "Simply Brilliant",
459
+ },
460
+ "simply_pln": {
461
+ name: "Simply Rich Add-On",
462
+ creator: "Simply Brilliant",
463
+ },
464
+ "simply_tul": {
465
+ name: "Simply More Tools Add-On",
466
+ creator: "Simply Brilliant",
467
+ },
448
468
  "skl_oc": {
449
469
  name: "Alien Dimension Add-On",
450
470
  creator: "Skilendarz",