@bedrock-oss/add-on-registry 1.0.14 → 1.0.16
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.
- package/package.json +1 -1
- 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.
|
|
3
|
+
"version": "1.0.16",
|
|
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
|
@@ -5,6 +5,14 @@
|
|
|
5
5
|
* @type {import("./types").RegistryMap}
|
|
6
6
|
*/
|
|
7
7
|
export const Registry = {
|
|
8
|
+
"5fs_br": {
|
|
9
|
+
name: "Bedrock Reimagined",
|
|
10
|
+
creator: "5 Frame Studios",
|
|
11
|
+
},
|
|
12
|
+
"5fs_lb": {
|
|
13
|
+
name: "Lucky Blocks",
|
|
14
|
+
creator: "5 Frame Studios",
|
|
15
|
+
},
|
|
8
16
|
"andexsa": {
|
|
9
17
|
name: "8Crafter's Entity Scale, NBT, and Behavior Modifier, Bossbar, and Morph Addon",
|
|
10
18
|
creator: "8Crafter",
|
|
@@ -461,6 +469,10 @@ export const Registry = {
|
|
|
461
469
|
name: "Enchantments Plus",
|
|
462
470
|
creator: "StarkTMA",
|
|
463
471
|
},
|
|
472
|
+
"exmh": {
|
|
473
|
+
name: "Extensive Mob Heads",
|
|
474
|
+
creator: "SwagLP03",
|
|
475
|
+
},
|
|
464
476
|
"tm_aqc": {
|
|
465
477
|
name: "Aquaculture",
|
|
466
478
|
creator: "Team Metallurgy",
|