minecraft-data 3.39.0 → 3.41.0

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 (98) hide show
  1. package/data.js +43 -2
  2. package/doc/history.md +8 -0
  3. package/index.d.ts +12 -0
  4. package/minecraft-data/README.md +1 -1
  5. package/minecraft-data/data/bedrock/1.16.201/attributes.json +107 -0
  6. package/minecraft-data/data/bedrock/1.16.201/proto.yml +4 -4
  7. package/minecraft-data/data/bedrock/1.16.201/protocol.json +63 -55
  8. package/minecraft-data/data/bedrock/1.16.210/proto.yml +6 -6
  9. package/minecraft-data/data/bedrock/1.16.210/protocol.json +69 -61
  10. package/minecraft-data/data/bedrock/1.16.210/types.yml +1 -1
  11. package/minecraft-data/data/bedrock/1.16.220/proto.yml +6 -6
  12. package/minecraft-data/data/bedrock/1.16.220/protocol.json +70 -62
  13. package/minecraft-data/data/bedrock/1.16.220/types.yml +2 -2
  14. package/minecraft-data/data/bedrock/1.17.0/proto.yml +5 -5
  15. package/minecraft-data/data/bedrock/1.17.0/protocol.json +70 -62
  16. package/minecraft-data/data/bedrock/1.17.0/types.yml +2 -2
  17. package/minecraft-data/data/bedrock/1.17.10/proto.yml +6 -6
  18. package/minecraft-data/data/bedrock/1.17.10/protocol.json +70 -62
  19. package/minecraft-data/data/bedrock/1.17.10/types.yml +2 -2
  20. package/minecraft-data/data/bedrock/1.17.30/proto.yml +6 -6
  21. package/minecraft-data/data/bedrock/1.17.30/protocol.json +70 -62
  22. package/minecraft-data/data/bedrock/1.17.30/types.yml +2 -2
  23. package/minecraft-data/data/bedrock/1.17.40/proto.yml +5 -5
  24. package/minecraft-data/data/bedrock/1.17.40/protocol.json +70 -62
  25. package/minecraft-data/data/bedrock/1.17.40/types.yml +2 -2
  26. package/minecraft-data/data/bedrock/1.18.0/proto.yml +6 -6
  27. package/minecraft-data/data/bedrock/1.18.0/protocol.json +70 -62
  28. package/minecraft-data/data/bedrock/1.18.0/types.yml +2 -2
  29. package/minecraft-data/data/bedrock/1.18.11/proto.yml +6 -6
  30. package/minecraft-data/data/bedrock/1.18.11/protocol.json +70 -62
  31. package/minecraft-data/data/bedrock/1.18.11/types.yml +2 -2
  32. package/minecraft-data/data/bedrock/1.18.30/proto.yml +6 -6
  33. package/minecraft-data/data/bedrock/1.18.30/protocol.json +72 -64
  34. package/minecraft-data/data/bedrock/1.18.30/types.yml +2 -2
  35. package/minecraft-data/data/bedrock/1.19.1/proto.yml +5 -5
  36. package/minecraft-data/data/bedrock/1.19.1/protocol.json +76 -68
  37. package/minecraft-data/data/bedrock/1.19.1/types.yml +2 -2
  38. package/minecraft-data/data/bedrock/1.19.10/proto.yml +5 -5
  39. package/minecraft-data/data/bedrock/1.19.10/protocol.json +76 -68
  40. package/minecraft-data/data/bedrock/1.19.10/types.yml +2 -2
  41. package/minecraft-data/data/bedrock/1.19.20/proto.yml +5 -5
  42. package/minecraft-data/data/bedrock/1.19.20/protocol.json +76 -68
  43. package/minecraft-data/data/bedrock/1.19.20/types.yml +2 -2
  44. package/minecraft-data/data/bedrock/1.19.21/proto.yml +5 -5
  45. package/minecraft-data/data/bedrock/1.19.21/protocol.json +76 -68
  46. package/minecraft-data/data/bedrock/1.19.21/types.yml +2 -2
  47. package/minecraft-data/data/bedrock/1.19.30/proto.yml +5 -5
  48. package/minecraft-data/data/bedrock/1.19.30/protocol.json +76 -68
  49. package/minecraft-data/data/bedrock/1.19.30/types.yml +2 -2
  50. package/minecraft-data/data/bedrock/1.19.40/proto.yml +5 -5
  51. package/minecraft-data/data/bedrock/1.19.40/protocol.json +80 -69
  52. package/minecraft-data/data/bedrock/1.19.40/types.yml +5 -2
  53. package/minecraft-data/data/bedrock/1.19.50/proto.yml +6 -6
  54. package/minecraft-data/data/bedrock/1.19.50/protocol.json +80 -69
  55. package/minecraft-data/data/bedrock/1.19.50/types.yml +5 -2
  56. package/minecraft-data/data/bedrock/1.19.60/proto.yml +6 -6
  57. package/minecraft-data/data/bedrock/1.19.60/protocol.json +80 -69
  58. package/minecraft-data/data/bedrock/1.19.60/types.yml +5 -2
  59. package/minecraft-data/data/bedrock/1.19.62/proto.yml +6 -6
  60. package/minecraft-data/data/bedrock/1.19.62/protocol.json +80 -69
  61. package/minecraft-data/data/bedrock/1.19.62/types.yml +5 -2
  62. package/minecraft-data/data/bedrock/1.19.70/proto.yml +5 -5
  63. package/minecraft-data/data/bedrock/1.19.70/protocol.json +80 -69
  64. package/minecraft-data/data/bedrock/1.19.70/types.yml +5 -2
  65. package/minecraft-data/data/bedrock/1.19.80/proto.yml +6 -6
  66. package/minecraft-data/data/bedrock/1.19.80/protocol.json +80 -69
  67. package/minecraft-data/data/bedrock/1.19.80/types.yml +5 -2
  68. package/minecraft-data/data/bedrock/1.20.0/proto.yml +3961 -0
  69. package/minecraft-data/data/bedrock/1.20.0/protocol.json +80 -69
  70. package/minecraft-data/data/bedrock/1.20.0/types.yml +2096 -0
  71. package/minecraft-data/data/bedrock/1.20.10/protocol.json +11452 -0
  72. package/minecraft-data/data/bedrock/1.20.10/version.json +6 -0
  73. package/minecraft-data/data/bedrock/common/features.json +5 -0
  74. package/minecraft-data/data/bedrock/common/protocolVersions.json +6 -0
  75. package/minecraft-data/data/bedrock/common/versions.json +2 -1
  76. package/minecraft-data/data/bedrock/latest/proto.yml +49 -8
  77. package/minecraft-data/data/bedrock/latest/types.yml +10 -2
  78. package/minecraft-data/data/dataPaths.json +44 -4
  79. package/minecraft-data/data/pc/1.10/attributes.json +53 -14
  80. package/minecraft-data/data/pc/1.11/attributes.json +53 -14
  81. package/minecraft-data/data/pc/1.12/attributes.json +53 -14
  82. package/minecraft-data/data/pc/1.13/attributes.json +53 -14
  83. package/minecraft-data/data/pc/1.14/attributes.json +53 -14
  84. package/minecraft-data/data/pc/1.15/attributes.json +53 -14
  85. package/minecraft-data/data/pc/1.16/attributes.json +53 -14
  86. package/minecraft-data/data/pc/1.17/attributes.json +53 -14
  87. package/minecraft-data/data/pc/1.19/protocol.json +13 -8
  88. package/minecraft-data/data/pc/1.19.2/protocol.json +13 -8
  89. package/minecraft-data/data/pc/1.19.3/protocol.json +70 -8
  90. package/minecraft-data/data/pc/1.19.4/protocol.json +75 -17
  91. package/minecraft-data/data/pc/1.20/protocol.json +78 -20
  92. package/minecraft-data/data/pc/1.7/attributes.json +28 -7
  93. package/minecraft-data/data/pc/1.8/attributes.json +49 -13
  94. package/minecraft-data/data/pc/1.9/attributes.json +53 -14
  95. package/minecraft-data/data/pc/common/features.json +5 -0
  96. package/minecraft-data/doc/history.md +14 -0
  97. package/minecraft-data/schemas/attributes_schema.json +13 -1
  98. package/package.json +2 -2
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 594,
3
+ "minecraftVersion": "1.20.10",
4
+ "majorVersion": "1.20",
5
+ "releaseType": "release"
6
+ }
@@ -57,5 +57,10 @@
57
57
  "versions": ["1.16_major", "latest"]
58
58
  }
59
59
  ]
60
+ },
61
+ {
62
+ "name": "explicitMaxDurability",
63
+ "description": "Items with maximum durability have explicit NBT data Damage:0",
64
+ "versions": ["1.16_major", "latest"]
60
65
  }
61
66
  ]
@@ -1,4 +1,10 @@
1
1
  [
2
+ {
3
+ "version": 594,
4
+ "minecraftVersion": "1.20.10",
5
+ "majorVersion": "1.20",
6
+ "releaseType": "release"
7
+ },
2
8
  {
3
9
  "version": 589,
4
10
  "minecraftVersion": "1.20.0",
@@ -24,5 +24,6 @@
24
24
  "1.19.63",
25
25
  "1.19.70",
26
26
  "1.19.80",
27
- "1.20.0"
27
+ "1.20.0",
28
+ "1.20.10"
28
29
  ]
@@ -1,7 +1,7 @@
1
1
  # Created from MiNET and gophertunnel docs
2
2
  # The version below is the latest version this protocol schema was updated for.
3
3
  # The output protocol.json will be in the folder for the version
4
- !version: 1.20.0
4
+ !version: 1.20.10
5
5
 
6
6
  # Some ProtoDef aliases
7
7
  string: ["pstring",{"countType":"varint"}] # String / array types
@@ -966,7 +966,7 @@ packet_entity_event:
966
966
  71: balloon_pop
967
967
  72: treasure_hunt
968
968
  73: agent_summon
969
- 74: charged_crossbow
969
+ 74: charged_item
970
970
  75: fall
971
971
  76: grow_up
972
972
  77: vibration_detected
@@ -1709,6 +1709,9 @@ packet_available_commands:
1709
1709
  _enum_type: '["enum_size_based_on_values_len"]'
1710
1710
  # Here all the enum values for all of the possible commands are stored to one array palette
1711
1711
  enum_values: string[]$values_len
1712
+ # chained_subcommand_values is a slice of all chained subcommand names. chained_subcommand_values generally should
1713
+ # contain each possible value only once. chained_subcommands are built by pointing to entries in this slice.
1714
+ chained_subcommand_values: string[]varint
1712
1715
  # Integer parameters may sometimes have a prefix, such as the XP command:
1713
1716
  # /xp <amount: int> [player: target] <- here, the xp command gives experience points
1714
1717
  # /xp <amount: int>L [player: target] <- here, the xp command gives experience levels
@@ -1725,16 +1728,35 @@ packet_available_commands:
1725
1728
  if byte: u8
1726
1729
  if short: lu16
1727
1730
  if int: lu32
1731
+ # chained_subcommands is a slice of all subcommands that are followed by a chained command. An example usage of this
1732
+ # is /execute which allows you to run another command as another entity or at a different position etc.
1733
+ chained_subcommands: []varint
1734
+ # ChainedSubcommandValue represents the value for a chained subcommand argument.
1735
+ # name is the name of the chained subcommand and shows up in the list as a regular subcommand enum.
1736
+ name: string
1737
+ # values contains the index and parameter type of the chained subcommand.
1738
+ values: []varint
1739
+ # index is the index of the argument in the ChainedSubcommandValues slice from the AvailableCommands packet. This is
1740
+ # then used to set the type specified by the Value field below.
1741
+ index: lu16
1742
+ # value is a combination of the flags above and specified the type of argument. Unlike regular parameter types,
1743
+ # this should NOT contain any of the special flags (valid, enum, suffixed or soft enum) but only the basic types.
1744
+ value: lu16
1728
1745
  command_data: []varint
1729
1746
  name: string
1730
1747
  description: string
1731
1748
  flags: lu16
1732
1749
  permission_level: u8
1733
1750
  alias: li32
1751
+ # chained_subcommand_offsets is a slice of offsets that all point to a different chained_subcommand from the
1752
+ # chained_subcommands slice in the available_commands packet.
1753
+ chained_subcommand_offsets: lu16[]varint
1734
1754
  # The list of overload parameters for this command
1735
1755
  overloads: []varint
1756
+ # chaining determines if the parameters use chained subcommands or not.
1757
+ chaining: bool
1736
1758
  # Each of the parameters gets an array of posible overloads
1737
- _: []varint
1759
+ parameters: []varint
1738
1760
  # The name of the parameter shown to the user (the `amount` in `/xp <amount: int>`)
1739
1761
  parameter_name: string
1740
1762
  value_type: lu16 =>
@@ -1760,9 +1782,9 @@ packet_available_commands:
1760
1782
  # In MC, this + prior field are combined to one 32bit bitfield
1761
1783
  enum_type: lu16 =>
1762
1784
  0x10: valid
1763
- 0x20: enum
1785
+ 0x30: enum
1764
1786
  0x100: suffixed
1765
- 0x400: soft_enum
1787
+ 0x410: soft_enum
1766
1788
  # Is this parameter required?
1767
1789
  optional: bool
1768
1790
  # Additinal options for this command (thanks macroshaft...)
@@ -2554,6 +2576,7 @@ packet_network_stack_latency:
2554
2576
  # ScriptCustomEvent is sent by both the client and the server. It is a way to let scripts communicate with
2555
2577
  # the server, so that the client can let the server know it triggered an event, or the other way around.
2556
2578
  # It is essentially an RPC kind of system.
2579
+ # Deprecated: ScriptCustomEvent is deprecated as of 1.20.10.
2557
2580
  packet_script_custom_event:
2558
2581
  !id: 0x75
2559
2582
  !bound: both
@@ -2949,6 +2972,7 @@ packet_completed_using_item:
2949
2972
  12: retrieved
2950
2973
  13: dyed
2951
2974
  14: traded
2975
+ 15: brushing_completed
2952
2976
 
2953
2977
  # NetworkSettings is sent by the server to update a variety of network settings. These settings modify the
2954
2978
  # way packets are sent over the network stack.
@@ -3044,7 +3068,7 @@ packet_player_auth_input:
3044
3068
  if start_break or abort_break or crack_break or predict_break or continue_break:
3045
3069
  # BlockPosition is the position of the target block, if the action with the ActionType set concerned a
3046
3070
  # block. If that is not the case, the block position will be zero.
3047
- position: BlockCoordinates
3071
+ position: vec3i
3048
3072
  # BlockFace is the face of the target block that was touched. If the action with the ActionType set
3049
3073
  # concerned a block. If not, the face is always 0.
3050
3074
  face: zigzag32
@@ -3094,7 +3118,10 @@ InputFlag: [ "bitflags", {
3094
3118
  "block_action",
3095
3119
  "item_stack_request",
3096
3120
  "handled_teleport",
3097
- "emoting"
3121
+ "emoting",
3122
+ "missed_swing",
3123
+ "start_crawling",
3124
+ "stop_crawling"
3098
3125
  ]
3099
3126
  }]
3100
3127
 
@@ -3886,6 +3913,7 @@ packet_update_client_input_locks:
3886
3913
  # purpose of this field is.
3887
3914
  position: vec3f
3888
3915
 
3916
+ # Deprecated: ClientCheatAbility is deprecated as of 1.20.10.
3889
3917
  packet_client_cheat_ability:
3890
3918
  !id: 0xc5
3891
3919
  !bound: client
@@ -3958,4 +3986,17 @@ packet_open_sign:
3958
3986
  !id: 0x12f
3959
3987
  !bound: client
3960
3988
  position: BlockCoordinates
3961
- is_front: bool
3989
+ is_front: bool
3990
+
3991
+ # agent_animation is an Education Edition packet sent from the server to the client to make an agent perform an animation.
3992
+ packet_agent_animation:
3993
+ !id: 0x130
3994
+ !bound: client
3995
+ # animation is the ID of the animation that the agent should perform. As of its implementation, there are no IDs
3996
+ # that can be used in the regular client.
3997
+ animation: u8 =>
3998
+ 0: arm_swing
3999
+ 1: shrug
4000
+ # entity_runtime_id is the runtime ID of the entity. The runtime ID is unique for each world session, and
4001
+ # entities are generally identified in packets using this runtime ID.
4002
+ entity_runtime_id: varint64
@@ -293,6 +293,10 @@ MetadataDictionary: []varint
293
293
  125: movement_sound_distance_offset
294
294
  126: heartbeat_interval_ticks
295
295
  127: heartbeat_sound_event
296
+ 128: player_last_death_position
297
+ 129: player_last_death_dimension
298
+ 130: player_has_died
299
+ 131: collision_box
296
300
  type: varint =>
297
301
  0: byte
298
302
  1: short
@@ -442,6 +446,7 @@ MetadataFlags2: [ "bitflags", {
442
446
  "rising",
443
447
  "feeling_happy",
444
448
  "searching",
449
+ "crawling",
445
450
  ]
446
451
  }]
447
452
 
@@ -503,10 +508,10 @@ TransactionUseItem:
503
508
  2: break_block
504
509
  # BlockPosition is the position of the block that was interacted with. This is only really a correct
505
510
  # block position if ActionType is not UseItemActionClickAir.
506
- block_position: vec3i
511
+ block_position: BlockCoordinates
507
512
  # BlockFace is the face of the block that was interacted with. When clicking the block, it is the face
508
513
  # clicked. When breaking the block, it is the face that was last being hit until the block broke.
509
- face: varint
514
+ face: zigzag32
510
515
  # HotBarSlot is the hot bar slot that the player was holding while clicking the block. It should be used
511
516
  # to ensure that the hot bar slot and held item are correctly synchronised with the server.
512
517
  hotbar_slot: varint
@@ -869,6 +874,9 @@ Action: zigzag32 =>
869
874
  28: start_item_use_on
870
875
  29: stop_item_use_on
871
876
  30: handled_teleport
877
+ 31: missed_swing
878
+ 32: start_crawling
879
+ 33: stop_crawling
872
880
 
873
881
  # Source and Destination point to the source slot from which Count of the item stack were taken and the
874
882
  # destination slot to which this item was moved.
@@ -1224,8 +1224,7 @@
1224
1224
  "loginPacket": "pc/1.19.2",
1225
1225
  "tints": "pc/1.20",
1226
1226
  "mapIcons": "pc/1.16"
1227
- }
1228
- ,
1227
+ },
1229
1228
  "1.20.1": {
1230
1229
  "attributes": "pc/1.17",
1231
1230
  "blocks": "pc/1.20",
@@ -1273,6 +1272,7 @@
1273
1272
  "version": "bedrock/1.0"
1274
1273
  },
1275
1274
  "1.16.201": {
1275
+ "attributes": "bedrock/1.16.201",
1276
1276
  "protocol": "bedrock/1.16.201",
1277
1277
  "steve": "bedrock/1.16.201",
1278
1278
  "proto": "bedrock/1.16.201",
@@ -1282,6 +1282,7 @@
1282
1282
  "version": "bedrock/1.16.201"
1283
1283
  },
1284
1284
  "1.16.210": {
1285
+ "attributes": "bedrock/1.16.201",
1285
1286
  "protocol": "bedrock/1.16.210",
1286
1287
  "steve": "bedrock/1.16.201",
1287
1288
  "proto": "bedrock/1.16.210",
@@ -1290,6 +1291,7 @@
1290
1291
  "version": "bedrock/1.16.210"
1291
1292
  },
1292
1293
  "1.16.220": {
1294
+ "attributes": "bedrock/1.16.201",
1293
1295
  "blocks": "bedrock/1.16.220",
1294
1296
  "blockStates": "bedrock/1.16.220",
1295
1297
  "biomes": "bedrock/1.17.0",
@@ -1302,6 +1304,7 @@
1302
1304
  "version": "bedrock/1.16.220"
1303
1305
  },
1304
1306
  "1.17.0": {
1307
+ "attributes": "bedrock/1.16.201",
1305
1308
  "blocks": "bedrock/1.17.0",
1306
1309
  "blockStates": "bedrock/1.17.0",
1307
1310
  "blockCollisionShapes": "bedrock/1.17.0",
@@ -1321,6 +1324,7 @@
1321
1324
  "version": "bedrock/1.17.0"
1322
1325
  },
1323
1326
  "1.17.10": {
1327
+ "attributes": "bedrock/1.16.201",
1324
1328
  "blocks": "bedrock/1.17.10",
1325
1329
  "blockStates": "bedrock/1.17.10",
1326
1330
  "blockCollisionShapes": "bedrock/1.17.10",
@@ -1342,6 +1346,7 @@
1342
1346
  "version": "bedrock/1.17.10"
1343
1347
  },
1344
1348
  "1.17.30": {
1349
+ "attributes": "bedrock/1.16.201",
1345
1350
  "blocks": "bedrock/1.17.10",
1346
1351
  "blockStates": "bedrock/1.17.10",
1347
1352
  "blockCollisionShapes": "bedrock/1.17.10",
@@ -1363,6 +1368,7 @@
1363
1368
  "version": "bedrock/1.17.30"
1364
1369
  },
1365
1370
  "1.17.40": {
1371
+ "attributes": "bedrock/1.16.201",
1366
1372
  "blocks": "bedrock/1.17.40",
1367
1373
  "blockStates": "bedrock/1.17.40",
1368
1374
  "blockCollisionShapes": "bedrock/1.17.40",
@@ -1384,6 +1390,7 @@
1384
1390
  "version": "bedrock/1.17.40"
1385
1391
  },
1386
1392
  "1.18.0": {
1393
+ "attributes": "bedrock/1.16.201",
1387
1394
  "blocks": "bedrock/1.17.40",
1388
1395
  "blockStates": "bedrock/1.17.40",
1389
1396
  "blockCollisionShapes": "bedrock/1.17.40",
@@ -1407,6 +1414,7 @@
1407
1414
  "blockLoot": "bedrock/1.18.0"
1408
1415
  },
1409
1416
  "1.18.11": {
1417
+ "attributes": "bedrock/1.16.201",
1410
1418
  "blocks": "bedrock/1.18.11",
1411
1419
  "blockStates": "bedrock/1.18.11",
1412
1420
  "blockCollisionShapes": "bedrock/1.18.11",
@@ -1428,6 +1436,7 @@
1428
1436
  "version": "bedrock/1.18.11"
1429
1437
  },
1430
1438
  "1.18.30": {
1439
+ "attributes": "bedrock/1.16.201",
1431
1440
  "blocks": "bedrock/1.18.30",
1432
1441
  "blockStates": "bedrock/1.18.30",
1433
1442
  "blockCollisionShapes": "bedrock/1.18.30",
@@ -1449,6 +1458,7 @@
1449
1458
  "version": "bedrock/1.18.30"
1450
1459
  },
1451
1460
  "1.19.1": {
1461
+ "attributes": "bedrock/1.16.201",
1452
1462
  "blocks": "bedrock/1.19.1",
1453
1463
  "blockStates": "bedrock/1.19.1",
1454
1464
  "blockCollisionShapes": "bedrock/1.19.1",
@@ -1471,6 +1481,7 @@
1471
1481
  "version": "bedrock/1.19.1"
1472
1482
  },
1473
1483
  "1.19.10": {
1484
+ "attributes": "bedrock/1.16.201",
1474
1485
  "blocks": "bedrock/1.19.1",
1475
1486
  "blockStates": "bedrock/1.19.1",
1476
1487
  "blockCollisionShapes": "bedrock/1.19.1",
@@ -1492,6 +1503,7 @@
1492
1503
  "version": "bedrock/1.19.10"
1493
1504
  },
1494
1505
  "1.19.20": {
1506
+ "attributes": "bedrock/1.16.201",
1495
1507
  "blocks": "bedrock/1.19.1",
1496
1508
  "blockStates": "bedrock/1.19.1",
1497
1509
  "blockCollisionShapes": "bedrock/1.19.1",
@@ -1513,6 +1525,7 @@
1513
1525
  "version": "bedrock/1.19.20"
1514
1526
  },
1515
1527
  "1.19.21": {
1528
+ "attributes": "bedrock/1.16.201",
1516
1529
  "blocks": "bedrock/1.19.1",
1517
1530
  "blockStates": "bedrock/1.19.1",
1518
1531
  "blockCollisionShapes": "bedrock/1.19.1",
@@ -1524,7 +1537,7 @@
1524
1537
  "materials": "pc/1.17",
1525
1538
  "enchantments": "bedrock/1.19.1",
1526
1539
  "effects": "pc/1.17",
1527
- "protocol": "bedrock/1.19.20",
1540
+ "protocol": "bedrock/1.19.21",
1528
1541
  "windows": "bedrock/1.16.201",
1529
1542
  "steve": "bedrock/1.16.201",
1530
1543
  "blocksB2J": "bedrock/1.19.1",
@@ -1534,6 +1547,7 @@
1534
1547
  "version": "bedrock/1.19.21"
1535
1548
  },
1536
1549
  "1.19.30": {
1550
+ "attributes": "bedrock/1.16.201",
1537
1551
  "blocks": "bedrock/1.19.1",
1538
1552
  "blockStates": "bedrock/1.19.1",
1539
1553
  "blockCollisionShapes": "bedrock/1.19.1",
@@ -1555,6 +1569,7 @@
1555
1569
  "version": "bedrock/1.19.30"
1556
1570
  },
1557
1571
  "1.19.40": {
1572
+ "attributes": "bedrock/1.16.201",
1558
1573
  "blocks": "bedrock/1.19.1",
1559
1574
  "blockStates": "bedrock/1.19.1",
1560
1575
  "blockCollisionShapes": "bedrock/1.19.1",
@@ -1576,6 +1591,7 @@
1576
1591
  "version": "bedrock/1.19.40"
1577
1592
  },
1578
1593
  "1.19.50": {
1594
+ "attributes": "bedrock/1.16.201",
1579
1595
  "blocks": "bedrock/1.19.1",
1580
1596
  "blockStates": "bedrock/1.19.1",
1581
1597
  "blockCollisionShapes": "bedrock/1.19.1",
@@ -1597,6 +1613,7 @@
1597
1613
  "version": "bedrock/1.19.50"
1598
1614
  },
1599
1615
  "1.19.60": {
1616
+ "attributes": "bedrock/1.16.201",
1600
1617
  "blocks": "bedrock/1.19.1",
1601
1618
  "blockStates": "bedrock/1.19.1",
1602
1619
  "blockCollisionShapes": "bedrock/1.19.1",
@@ -1618,6 +1635,7 @@
1618
1635
  "version": "bedrock/1.19.60"
1619
1636
  },
1620
1637
  "1.19.62": {
1638
+ "attributes": "bedrock/1.16.201",
1621
1639
  "blocks": "bedrock/1.19.1",
1622
1640
  "blockStates": "bedrock/1.19.1",
1623
1641
  "blockCollisionShapes": "bedrock/1.19.1",
@@ -1639,6 +1657,7 @@
1639
1657
  "version": "bedrock/1.19.62"
1640
1658
  },
1641
1659
  "1.19.63": {
1660
+ "attributes": "bedrock/1.16.201",
1642
1661
  "blocks": "bedrock/1.19.1",
1643
1662
  "blockStates": "bedrock/1.19.1",
1644
1663
  "blockCollisionShapes": "bedrock/1.19.1",
@@ -1718,9 +1737,30 @@
1718
1737
  "steve": "bedrock/1.16.201",
1719
1738
  "blocksB2J": "bedrock/1.19.1",
1720
1739
  "blocksJ2B": "bedrock/1.19.1",
1740
+ "proto": "bedrock/1.20.0",
1741
+ "types": "bedrock/1.20.0",
1742
+ "version": "bedrock/1.20.0"
1743
+ },
1744
+ "1.20.10": {
1745
+ "blocks": "bedrock/1.19.1",
1746
+ "blockStates": "bedrock/1.19.1",
1747
+ "blockCollisionShapes": "bedrock/1.19.1",
1748
+ "biomes": "bedrock/1.19.1",
1749
+ "entities": "bedrock/1.19.1",
1750
+ "items": "bedrock/1.19.10",
1751
+ "recipes": "bedrock/1.19.10",
1752
+ "instruments": "bedrock/1.17.0",
1753
+ "materials": "pc/1.17",
1754
+ "enchantments": "bedrock/1.19.1",
1755
+ "effects": "pc/1.17",
1756
+ "protocol": "bedrock/1.20.10",
1757
+ "windows": "bedrock/1.16.201",
1758
+ "steve": "bedrock/1.16.201",
1759
+ "blocksB2J": "bedrock/1.19.1",
1760
+ "blocksJ2B": "bedrock/1.19.1",
1721
1761
  "proto": "bedrock/latest",
1722
1762
  "types": "bedrock/latest",
1723
- "version": "bedrock/1.20.0"
1763
+ "version": "bedrock/1.20.10"
1724
1764
  }
1725
1765
  }
1726
1766
  }
@@ -1,54 +1,93 @@
1
1
  [
2
2
  {
3
3
  "name": "maxHealth",
4
- "resource": "generic.maxHealth"
4
+ "resource": "generic.maxHealth",
5
+ "default": 20,
6
+ "min": 1,
7
+ "max": 1024
5
8
  },
6
9
  {
7
10
  "name": "followRange",
8
- "resource": "generic.followRange"
11
+ "resource": "generic.followRange",
12
+ "default": 32,
13
+ "min": 0,
14
+ "max": 2048
9
15
  },
10
16
  {
11
17
  "name": "knockbackResistance",
12
- "resource": "generic.knockbackResistance"
18
+ "resource": "generic.knockbackResistance",
19
+ "default": 0,
20
+ "min": 0,
21
+ "max": 1
13
22
  },
14
23
  {
15
24
  "name": "movementSpeed",
16
- "resource": "generic.movementSpeed"
25
+ "resource": "generic.movementSpeed",
26
+ "default": 0.7,
27
+ "min": 0,
28
+ "max": 1024
17
29
  },
18
30
  {
19
31
  "name": "attackDamage",
20
- "resource": "generic.attackDamage"
32
+ "resource": "generic.attackDamage",
33
+ "default": 2,
34
+ "min": 0,
35
+ "max": 2048
21
36
  },
22
37
  {
23
38
  "name": "horseJumpStrength",
24
- "resource": "horse.jumpStrength"
39
+ "resource": "horse.jumpStrength",
40
+ "default": 0.7,
41
+ "min": 0,
42
+ "max": 2
25
43
  },
26
44
  {
27
45
  "name": "zombieSpawnReinforcements",
28
- "resource": "zombie.spawnReinforcements"
46
+ "resource": "zombie.spawnReinforcements",
47
+ "default": 0,
48
+ "min": 0,
49
+ "max": 1
29
50
  },
30
51
  {
31
52
  "name": "attackSpeed",
32
- "resource": "generic.attackSpeed"
53
+ "resource": "generic.attackSpeed",
54
+ "default": 4,
55
+ "min": 0,
56
+ "max": 1024
33
57
  },
34
58
  {
35
59
  "name": "flyingSpeed",
36
- "resource": "generic.flyingSpeed"
60
+ "resource": "generic.flyingSpeed",
61
+ "default": 0.4,
62
+ "min": 0,
63
+ "max": 1024
37
64
  },
38
65
  {
39
66
  "name": "attackKnockback",
40
- "resource": "generic.attackKnockback"
67
+ "resource": "generic.attackKnockback",
68
+ "default": 0,
69
+ "min": 0,
70
+ "max": 5
41
71
  },
42
72
  {
43
- "name": "armor",
44
- "resource": "generic.armor"
73
+ "name": "armorHealth",
74
+ "resource": "generic.armor",
75
+ "default": 0,
76
+ "min": 0,
77
+ "max": 30
45
78
  },
46
79
  {
47
80
  "name": "armorToughness",
48
- "resource": "generic.armorToughness"
81
+ "resource": "generic.armorToughness",
82
+ "default": 0,
83
+ "min": 0,
84
+ "max": 20
49
85
  },
50
86
  {
51
87
  "name": "luck",
52
- "resource": "generic.luck"
88
+ "resource": "generic.luck",
89
+ "default": 0,
90
+ "min": -1024,
91
+ "max": 1024
53
92
  }
54
93
  ]
@@ -1,54 +1,93 @@
1
1
  [
2
2
  {
3
3
  "name": "maxHealth",
4
- "resource": "generic.maxHealth"
4
+ "resource": "generic.maxHealth",
5
+ "default": 20,
6
+ "min": 1,
7
+ "max": 1024
5
8
  },
6
9
  {
7
10
  "name": "followRange",
8
- "resource": "generic.followRange"
11
+ "resource": "generic.followRange",
12
+ "default": 32,
13
+ "min": 0,
14
+ "max": 2048
9
15
  },
10
16
  {
11
17
  "name": "knockbackResistance",
12
- "resource": "generic.knockbackResistance"
18
+ "resource": "generic.knockbackResistance",
19
+ "default": 0,
20
+ "min": 0,
21
+ "max": 1
13
22
  },
14
23
  {
15
24
  "name": "movementSpeed",
16
- "resource": "generic.movementSpeed"
25
+ "resource": "generic.movementSpeed",
26
+ "default": 0.7,
27
+ "min": 0,
28
+ "max": 1024
17
29
  },
18
30
  {
19
31
  "name": "attackDamage",
20
- "resource": "generic.attackDamage"
32
+ "resource": "generic.attackDamage",
33
+ "default": 2,
34
+ "min": 0,
35
+ "max": 2048
21
36
  },
22
37
  {
23
38
  "name": "horseJumpStrength",
24
- "resource": "horse.jumpStrength"
39
+ "resource": "horse.jumpStrength",
40
+ "default": 0.7,
41
+ "min": 0,
42
+ "max": 2
25
43
  },
26
44
  {
27
45
  "name": "zombieSpawnReinforcements",
28
- "resource": "zombie.spawnReinforcements"
46
+ "resource": "zombie.spawnReinforcements",
47
+ "default": 0,
48
+ "min": 0,
49
+ "max": 1
29
50
  },
30
51
  {
31
52
  "name": "attackSpeed",
32
- "resource": "generic.attackSpeed"
53
+ "resource": "generic.attackSpeed",
54
+ "default": 4,
55
+ "min": 0,
56
+ "max": 1024
33
57
  },
34
58
  {
35
59
  "name": "flyingSpeed",
36
- "resource": "generic.flyingSpeed"
60
+ "resource": "generic.flyingSpeed",
61
+ "default": 0.4,
62
+ "min": 0,
63
+ "max": 1024
37
64
  },
38
65
  {
39
66
  "name": "attackKnockback",
40
- "resource": "generic.attackKnockback"
67
+ "resource": "generic.attackKnockback",
68
+ "default": 0,
69
+ "min": 0,
70
+ "max": 5
41
71
  },
42
72
  {
43
- "name": "armor",
44
- "resource": "generic.armor"
73
+ "name": "armorHealth",
74
+ "resource": "generic.armor",
75
+ "default": 0,
76
+ "min": 0,
77
+ "max": 30
45
78
  },
46
79
  {
47
80
  "name": "armorToughness",
48
- "resource": "generic.armorToughness"
81
+ "resource": "generic.armorToughness",
82
+ "default": 0,
83
+ "min": 0,
84
+ "max": 20
49
85
  },
50
86
  {
51
87
  "name": "luck",
52
- "resource": "generic.luck"
88
+ "resource": "generic.luck",
89
+ "default": 0,
90
+ "min": -1024,
91
+ "max": 1024
53
92
  }
54
93
  ]