minecraft-data 3.94.0 → 3.95.1

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/data.js CHANGED
@@ -2541,10 +2541,32 @@ module.exports =
2541
2541
  get steve () { return require("./minecraft-data/data/bedrock/1.21.50/steve.json") },
2542
2542
  get blocksB2J () { return require("./minecraft-data/data/bedrock/1.21.80/blocksB2J.json") },
2543
2543
  get blocksJ2B () { return require("./minecraft-data/data/bedrock/1.21.80/blocksJ2B.json") },
2544
- proto: __dirname + '/minecraft-data/data/bedrock/latest/proto.yml',
2544
+ proto: __dirname + '/minecraft-data/data/bedrock/1.21.93/proto.yml',
2545
2545
  types: __dirname + '/minecraft-data/data/bedrock/latest/types.yml',
2546
2546
  get version () { return require("./minecraft-data/data/bedrock/1.21.93/version.json") },
2547
2547
  get language () { return require("./minecraft-data/data/bedrock/1.21.70/language.json") }
2548
+ },
2549
+ '1.21.100': {
2550
+ get blocks () { return require("./minecraft-data/data/bedrock/1.21.90/blocks.json") },
2551
+ get blockStates () { return require("./minecraft-data/data/bedrock/1.21.80/blockStates.json") },
2552
+ get blockCollisionShapes () { return require("./minecraft-data/data/bedrock/1.21.90/blockCollisionShapes.json") },
2553
+ get biomes () { return require("./minecraft-data/data/bedrock/1.21.60/biomes.json") },
2554
+ get entities () { return require("./minecraft-data/data/bedrock/1.21.80/entities.json") },
2555
+ get items () { return require("./minecraft-data/data/bedrock/1.21.90/items.json") },
2556
+ get recipes () { return require("./minecraft-data/data/bedrock/1.19.10/recipes.json") },
2557
+ get instruments () { return require("./minecraft-data/data/bedrock/1.17.0/instruments.json") },
2558
+ get materials () { return require("./minecraft-data/data/pc/1.17/materials.json") },
2559
+ get enchantments () { return require("./minecraft-data/data/bedrock/1.19.1/enchantments.json") },
2560
+ get effects () { return require("./minecraft-data/data/pc/1.17/effects.json") },
2561
+ get protocol () { return require("./minecraft-data/data/bedrock/1.21.100/protocol.json") },
2562
+ get windows () { return require("./minecraft-data/data/bedrock/1.16.201/windows.json") },
2563
+ get steve () { return require("./minecraft-data/data/bedrock/1.21.50/steve.json") },
2564
+ get blocksB2J () { return require("./minecraft-data/data/bedrock/1.21.80/blocksB2J.json") },
2565
+ get blocksJ2B () { return require("./minecraft-data/data/bedrock/1.21.80/blocksJ2B.json") },
2566
+ proto: __dirname + '/minecraft-data/data/bedrock/latest/proto.yml',
2567
+ types: __dirname + '/minecraft-data/data/bedrock/latest/types.yml',
2568
+ get version () { return require("./minecraft-data/data/bedrock/1.21.100/version.json") },
2569
+ get language () { return require("./minecraft-data/data/bedrock/1.21.70/language.json") }
2548
2570
  }
2549
2571
  }
2550
2572
  }
package/doc/history.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # History
2
2
 
3
+ ## 3.95.1
4
+
5
+ * update `minecraft-data`
6
+
7
+ ## 3.95.0
8
+
9
+ * update `minecraft-data`
10
+
3
11
  ## 3.94.0
4
12
 
5
13
  * update `minecraft-data`
package/index.d.ts CHANGED
@@ -504,25 +504,18 @@ declare namespace MinecraftData {
504
504
  }
505
505
 
506
506
 
507
- type VersionForFeatureIdentification = string;
507
+ type FeatureEntry =
508
+ | {
509
+ [k: string]: unknown;
510
+ }
511
+ | {
512
+ [k: string]: unknown;
513
+ }
514
+ | {
515
+ [k: string]: unknown;
516
+ };
508
517
  type Features = FeatureEntry[];
509
518
 
510
- interface FeatureEntry {
511
- /**
512
- * The name of the feature
513
- */
514
- name?: string;
515
- /**
516
- * The description of the feature
517
- */
518
- description?: string;
519
- /**
520
- * A tuple that describes the range of versions in the range
521
- */
522
- versions?: VersionForFeatureIdentification[];
523
- [k: string]: unknown;
524
- }
525
-
526
519
 
527
520
  type Foods = Food[];
528
521
 
@@ -1163,19 +1156,19 @@ declare namespace MinecraftData {
1163
1156
  * sign text send when updating signs is send as stringified strings */
1164
1157
  "sendStringifiedSignText": boolean;
1165
1158
  /** `1.13 - latest`
1166
- * undefined */
1159
+ * uses block states for block identification instead of block ID + metadata */
1167
1160
  "usesBlockStates": boolean;
1168
1161
  /** `1.17 - latest`
1169
- * undefined */
1162
+ * effect names match their registry names rather than legacy names */
1170
1163
  "effectNamesMatchRegistryName": boolean;
1171
1164
  /** `1.9 - latest`
1172
- * undefined */
1165
+ * shields are equipped in the off-hand slot */
1173
1166
  "shieldSlot": boolean;
1174
1167
  /** `1.14 - latest`
1175
- * undefined */
1168
+ * inventory windows introduced in Village & Pillage update */
1176
1169
  "village&pillageInventoryWindows": boolean;
1177
1170
  /** `1.16 - latest`
1178
- * undefined */
1171
+ * inventory windows introduced in Nether Update */
1179
1172
  "netherUpdateInventoryWindows": boolean;
1180
1173
  /** `1.8 - 1.8.9`
1181
1174
  * Chunk unloading is done by sending an empty chunk */
@@ -1260,13 +1253,13 @@ declare namespace MinecraftData {
1260
1253
  "saveDurabilityAsDamage": boolean;
1261
1254
  /**
1262
1255
  * what the nbt key for enchants is */
1263
- "nbtNameForEnchant": "Enchantments" | "ench";
1256
+ "nbtNameForEnchant": "componentEnchantments" | "Enchantments" | "ench";
1264
1257
  /** `1.8_major - latest`
1265
1258
  * Enchanted books store enchantment data in a separate NBT tag called StoredEnchantments */
1266
1259
  "booksUseStoredEnchantments": boolean;
1267
1260
  /**
1268
1261
  * type of value that stores enchant lvl in the nbt */
1269
- "typeOfValueForEnchantLevel": "string" | "short";
1262
+ "typeOfValueForEnchantLevel": "short";
1270
1263
  /**
1271
1264
  * where the durability is saved in nbt */
1272
1265
  "whereDurabilityIsSerialized": "Damage" | "metadata";
@@ -10,8 +10,7 @@ Language independent module providing minecraft data for minecraft clients, serv
10
10
  Supports
11
11
  * Minecraft PC version 0.30c (classic), 1.7.10, 1.8.8, 1.9 (15w40b, 1.9, 1.9.1-pre2, 1.9.2, 1.9.4),
12
12
  1.10 (16w20a, 1.10-pre1, 1.10, 1.10.1, 1.10.2), 1.11 (16w35a, 1.11, 1.11.2), 1.12 (17w15a, 17w18b, 1.12-pre4, 1.12, 1.12.1, 1.12.2), 1.13 (17w50a, 1.13, 1.13.1, 1.13.2-pre1, 1.13.2-pre2, 1.13.2), 1.14 (1.14, 1.14.1, 1.14.3, 1.14.4), 1.15 (1.15, 1.15.1, 1.15.2), 1.16 (20w13b, 20w14a, 1.16-rc1, 1.16, 1.16.1, 1.16.2, 1.16.3, 1.16.4, 1.16.5), 1.17, 1.17.1, 1.18 (1.18, 1.18.1, 1.18.2), 1.19 (1.19, 1.19.2, 1.19.3, 1.19.4), 1.20 (1.20, 1.20.1, 1.20.2, 1.20.3, 1.20.4, 1.20.5, 1.20.6), 1.21 (1.21, 1.21.1, 1.21.3)
13
- * Minecraft bedrock version 0.14, 0.15, 1.0, 1.16.201, 1.16.210, 1.16.220, 1.17.0, 1.17.10, 1.17.30, 1.17.40, 1.18.0, 1.18.11, 1.18.30, 1.19.1, 1.19.10, 1.19.20, 1.19.21, 1.19.30, 1.19.40, 1.19.50, 1.19.60, 1.19.62, 1.19.63, 1.19.70, 1.19.80, 1.20.0, 1.20.10, 1.20.30, 1.20.40, 1.20.50, 1.20.61, 1.20.71, 1.20.80, 1.21.0, 1.21.2, 1.21.20, 1.21.30, 1.21.42, 1.21.50, 1.21.60, 1.21.70, 1.21.80, 1.21.90, 1.21.93
14
-
13
+ * Minecraft bedrock version 0.14, 0.15, 1.0, 1.16.201, 1.16.210, 1.16.220, 1.17.0, 1.17.10, 1.17.30, 1.17.40, 1.18.0, 1.18.11, 1.18.30, 1.19.1, 1.19.10, 1.19.20, 1.19.21, 1.19.30, 1.19.40, 1.19.50, 1.19.60, 1.19.62, 1.19.63, 1.19.70, 1.19.80, 1.20.0, 1.20.10, 1.20.30, 1.20.40, 1.20.50, 1.20.61, 1.20.71, 1.20.80, 1.21.0, 1.21.2, 1.21.20, 1.21.30, 1.21.42, 1.21.50, 1.21.60, 1.21.70, 1.21.80, 1.21.90, 1.21.93, 1.21.100
15
14
 
16
15
  ## Wrappers
17
16
 
@@ -21,6 +20,7 @@ Minecraft-data is language independent, you can use it with these language speci
21
20
  | --- | --- | --- |
22
21
  | [node-minecraft-data](https://github.com/PrismarineJS/node-minecraft-data) | Node.js | everything |
23
22
  | [python-minecraft-data](https://github.com/SpockBotMC/python-minecraft-data) | python | everything |
23
+ | [minebase](https://github.com/py-mine/minebase) | python | everything |
24
24
  | [McData](https://github.com/McEx/McData) | Elixir | protocol |
25
25
  | [ProtocolGen](https://github.com/Johni0702/ProtocolGen) | java | generated java files from protocol.json to read and write minecraft packets |
26
26
  | [mcdata](https://github.com/wlwanpan/mcdata) | Go | everything |