minecraft-data 3.3.0 → 3.4.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 (26) hide show
  1. package/data.js +22 -1
  2. package/doc/history.md +3 -0
  3. package/minecraft-data/.github/workflows/bedrock-ci.yml +1 -1
  4. package/minecraft-data/README.md +1 -1
  5. package/minecraft-data/data/bedrock/1.17.30/proto.yml +2 -2
  6. package/minecraft-data/data/bedrock/1.17.30/protocol.json +2 -2
  7. package/minecraft-data/data/bedrock/1.17.40/proto.yml +2 -2
  8. package/minecraft-data/data/bedrock/1.17.40/protocol.json +2 -2
  9. package/minecraft-data/data/bedrock/1.18.0/proto.yml +2 -2
  10. package/minecraft-data/data/bedrock/1.18.0/protocol.json +204 -194
  11. package/minecraft-data/data/bedrock/1.18.0/types.yml +107 -97
  12. package/minecraft-data/data/bedrock/1.18.11/proto.yml +2 -2
  13. package/minecraft-data/data/bedrock/1.18.11/protocol.json +207 -204
  14. package/minecraft-data/data/bedrock/1.18.11/types.yml +110 -107
  15. package/minecraft-data/data/bedrock/1.18.30/proto.yml +3480 -0
  16. package/minecraft-data/data/bedrock/1.18.30/protocol.json +265 -260
  17. package/minecraft-data/data/bedrock/1.18.30/types.yml +1860 -0
  18. package/minecraft-data/data/bedrock/1.19.1/protocol.json +10278 -0
  19. package/minecraft-data/data/bedrock/1.19.1/version.json +6 -0
  20. package/minecraft-data/data/bedrock/common/protocolVersions.json +6 -0
  21. package/minecraft-data/data/bedrock/common/versions.json +2 -1
  22. package/minecraft-data/data/bedrock/latest/proto.yml +120 -23
  23. package/minecraft-data/data/bedrock/latest/types.yml +148 -118
  24. package/minecraft-data/data/dataPaths.json +22 -1
  25. package/minecraft-data/doc/history.md +3 -0
  26. package/package.json +1 -1
@@ -3103,9 +3103,9 @@
3103
3103
  "110": "RecordWard",
3104
3104
  "111": "Record11",
3105
3105
  "112": "RecordWait",
3106
- "113": "unknown1",
3106
+ "113": "StopRecord",
3107
3107
  "114": "Flop",
3108
- "115": "ElderGuardianCurse",
3108
+ "115": "GuardianCurse",
3109
3109
  "116": "MobWarning",
3110
3110
  "117": "MobWarningBaby",
3111
3111
  "118": "Teleport",
@@ -3120,7 +3120,7 @@
3120
3120
  "127": "Glass",
3121
3121
  "128": "PotionBrewed",
3122
3122
  "129": "CastSpell",
3123
- "130": "PrepareAttack",
3123
+ "130": "PrepareAttackSpell",
3124
3124
  "131": "PrepareSummon",
3125
3125
  "132": "PrepareWololo",
3126
3126
  "133": "Fang",
@@ -3128,20 +3128,20 @@
3128
3128
  "135": "CameraTakePicture",
3129
3129
  "136": "LeashKnotPlace",
3130
3130
  "137": "LeashKnotBreak",
3131
- "138": "Growl",
3132
- "139": "Whine",
3133
- "140": "Pant",
3134
- "141": "Purr",
3135
- "142": "Purreow",
3131
+ "138": "AmbientGrowl",
3132
+ "139": "AmbientWhine",
3133
+ "140": "AmbientPant",
3134
+ "141": "AmbientPurr",
3135
+ "142": "AmbientPurreow",
3136
3136
  "143": "DeathMinVolume",
3137
3137
  "144": "DeathMidVolume",
3138
- "145": "unknown2",
3138
+ "145": "ImitateBlaze",
3139
3139
  "146": "ImitateCaveSpider",
3140
3140
  "147": "ImitateCreeper",
3141
3141
  "148": "ImitateElderGuardian",
3142
3142
  "149": "ImitateEnderDragon",
3143
3143
  "150": "ImitateEnderman",
3144
- "151": "unknown3",
3144
+ "151": "ImitateEndermite",
3145
3145
  "152": "ImitateEvocationIllager",
3146
3146
  "153": "ImitateGhast",
3147
3147
  "154": "ImitateHusk",
@@ -3163,254 +3163,257 @@
3163
3163
  "170": "ImitateZombie",
3164
3164
  "171": "ImitateZombiePigman",
3165
3165
  "172": "ImitateZombieVillager",
3166
- "173": "BlockEndPortalFrameFill",
3167
- "174": "BlockEndPortalSpawn",
3168
- "175": "RandomAnvilUse",
3166
+ "173": "EnderEyePlaced",
3167
+ "174": "EndPortalCreated",
3168
+ "175": "AnvilUse",
3169
3169
  "176": "BottleDragonBreath",
3170
3170
  "177": "PortalTravel",
3171
- "178": "ItemTridentHit",
3172
- "179": "ItemTridentReturn",
3173
- "180": "ItemTridentRiptide1",
3174
- "181": "ItemTridentRiptide2",
3175
- "182": "ItemTridentRiptide3",
3176
- "183": "ItemTridentThrow",
3177
- "184": "ItemTridentThunder",
3178
- "185": "ItemTridentHitGround",
3171
+ "178": "TridentHit",
3172
+ "179": "TridentReturn",
3173
+ "180": "TridentRiptide1",
3174
+ "181": "TridentRiptide2",
3175
+ "182": "TridentRiptide3",
3176
+ "183": "TridentThrow",
3177
+ "184": "TridentThunder",
3178
+ "185": "TridentHitGround",
3179
3179
  "186": "Default",
3180
- "187": "BlockFletchingTableUse",
3180
+ "187": "FletchingTableUse",
3181
3181
  "188": "ElemConstructOpen",
3182
3182
  "189": "IceBombHit",
3183
3183
  "190": "BalloonPop",
3184
3184
  "191": "LtReactionIceBomb",
3185
3185
  "192": "LtReactionBleach",
3186
- "193": "LtReactionEPaste",
3187
- "194": "LtReactionEPaste2",
3188
- "195": "LtReactionFertilizer",
3189
- "196": "LtReactionFireball",
3190
- "197": "LtReactionMgsalt",
3191
- "198": "LtReactionMiscfire",
3192
- "199": "LtReactionFire",
3193
- "200": "LtReactionMiscexplosion",
3194
- "201": "LtReactionMiscmystical",
3195
- "202": "LtReactionMiscmystical2",
3196
- "203": "LtReactionProduct",
3197
- "204": "SparklerUse",
3198
- "205": "GlowstickUse",
3199
- "206": "SparklerActive",
3200
- "207": "ConvertToDrowned",
3201
- "208": "BucketFillFish",
3202
- "209": "BucketEmptyFish",
3203
- "210": "BubbleUp",
3204
- "211": "BubbleDown",
3205
- "212": "BubblePop",
3206
- "213": "BubbleUpInside",
3207
- "214": "BubbleDownInside",
3208
- "215": "HurtBaby",
3209
- "216": "DeathBaby",
3210
- "217": "StepBaby",
3211
- "218": "BabySpawn",
3212
- "219": "Born",
3213
- "220": "BlockTurtleEggBreak",
3214
- "221": "BlockTurtleEggCrack",
3215
- "222": "BlockTurtleEggHatch",
3216
- "223": "TurtleLayEgg",
3217
- "224": "BlockTurtleEggAttack",
3218
- "225": "BeaconActivate",
3219
- "226": "BeaconAmbient",
3220
- "227": "BeaconDeactivate",
3221
- "228": "BeaconPower",
3222
- "229": "ConduitActivate",
3223
- "230": "ConduitAmbient",
3224
- "231": "ConduitAttack",
3225
- "232": "ConduitDeactivate",
3226
- "233": "ConduitShort",
3227
- "234": "Swoop",
3228
- "235": "BlockBambooSaplingPlace",
3229
- "236": "PreSneeze",
3230
- "237": "Sneeze",
3231
- "238": "AmbientTame",
3232
- "239": "Scared",
3233
- "240": "BlockScaffoldingClimb",
3234
- "241": "CrossbowLoadingStart",
3235
- "242": "CrossbowLoadingMiddle",
3236
- "243": "CrossbowLoadingEnd",
3237
- "244": "CrossbowShoot",
3238
- "245": "CrossbowQuickChargeStart",
3239
- "246": "CrossbowQuickChargeMiddle",
3240
- "247": "CrossbowQuickChargeEnd",
3241
- "248": "AmbientAggressive",
3242
- "249": "AmbientWorried",
3243
- "250": "CantBreed",
3244
- "251": "ItemShieldBlock",
3245
- "252": "ItemBookPut",
3246
- "253": "BlockGrindstoneUse",
3247
- "254": "BlockBellHit",
3248
- "255": "BlockCampfireCrackle",
3249
- "256": "Roar",
3250
- "257": "Stun",
3251
- "258": "BlockSweetBerryBushHurt",
3252
- "259": "BlockSweetBerryBushPick",
3253
- "260": "UICartographyTableTakeResult",
3254
- "261": "UIStoneCutterTakeResult",
3255
- "262": "BlockComposterEmpty",
3256
- "263": "BlockComposterFill",
3257
- "264": "BlockComposterFillSuccess",
3258
- "265": "BlockComposterReady",
3259
- "266": "BlockBarrelOpen",
3260
- "267": "BlockBarrelClose",
3261
- "268": "RaidHorn",
3262
- "269": "BlockLoomUse",
3263
- "270": "AmbientRaid",
3264
- "271": "UICartographyTableUse",
3265
- "272": "UIStoneCutterUse",
3266
- "273": "UILoomUse",
3267
- "274": "SmokerUse",
3268
- "275": "BlastFurnaceUse",
3269
- "276": "SmithingTableUse",
3270
- "277": "Screech",
3271
- "278": "Sleep",
3272
- "279": "FurnaceUse",
3273
- "280": "MooshroomConvert",
3274
- "281": "MilkSuspiciously",
3275
- "282": "Celebrate",
3276
- "283": "JumpPrevent",
3277
- "284": "AmbientPollinate",
3278
- "285": "BeeHiveDrip",
3279
- "286": "BeeHiveEnter",
3280
- "287": "BeeHiveExit",
3281
- "288": "BeeHiveWork",
3282
- "289": "BeeHiveShear",
3283
- "290": "HoneyBottleDrink",
3284
- "291": "AmbientCave",
3285
- "292": "Retreat",
3286
- "293": "ConvertToZombified",
3287
- "294": "Admire",
3288
- "295": "StepLava",
3289
- "296": "Tempt",
3290
- "297": "Panic",
3291
- "298": "Angry",
3292
- "299": "AmbientWarpedForest",
3293
- "300": "AmbientSoulsandValley",
3294
- "301": "AmbientNetherWastes",
3295
- "302": "AmbientBasaltDeltas",
3296
- "303": "AmbientCrimsonForest",
3297
- "304": "RespawnAnchorCharge",
3298
- "305": "RespawnAnchorDeplete",
3299
- "306": "RespawnAnchorSetSpawn",
3300
- "307": "RespawnAnchorAmbient",
3301
- "308": "SoulEscapeQuiet",
3302
- "309": "SoulEscapeLoud",
3303
- "310": "RecordPigstep",
3304
- "311": "LinkCompassToLodestone",
3305
- "312": "BlockSmithingTableUse",
3306
- "313": "EquipNetherite",
3307
- "314": "AmbientLoopWarpedForest",
3308
- "315": "AmbientLoopSoulsandValley",
3309
- "316": "AmbientLoopNetherWastes",
3310
- "317": "AmbientLoopBasaltDeltas",
3311
- "318": "AmbientLoopCrimsonForest",
3312
- "319": "AmbientAdditionWarpedForest",
3313
- "320": "AmbientAdditionSoulsandValley",
3314
- "321": "AmbientAdditionNetherWastes",
3315
- "322": "AmbientAdditionBasaltDeltas",
3316
- "323": "AmbientAdditionCrimsonForest",
3317
- "324": "SculkSensorPowerOn",
3318
- "325": "SculkSensorPowerOff",
3319
- "326": "BucketFillPowderSnow",
3320
- "327": "BucketEmptyPowderSnow",
3321
- "328": "PointedDripstoneCauldronDripWater",
3322
- "329": "PointedDripstoneCauldronDripLava",
3323
- "330": "PointedDripstoneDripWater",
3324
- "331": "PointedDripstoneDripLava",
3325
- "332": "CaveVinesPickBerries",
3326
- "333": "BigDripleafTiltDown",
3327
- "334": "BigDripleafTiltUp",
3328
- "335": "unknown335",
3329
- "336": "unknown336",
3330
- "337": "unknown337",
3331
- "338": "unknown338",
3332
- "339": "copper_wax_on",
3333
- "340": "copper_wax_off",
3334
- "341": "scrape",
3335
- "342": "player_hurt_drown",
3336
- "343": "player_hurt_on_fire",
3337
- "344": "player_hurt_freeze",
3338
- "345": "use_spyglass",
3339
- "346": "stop_using_spyglass",
3340
- "347": "amethyst_block_chime",
3341
- "348": "ambient_screamer",
3342
- "349": "hurt_screamer",
3343
- "350": "death_screamer",
3344
- "351": "milk_screamer",
3345
- "352": "jump_to_block",
3346
- "353": "pre_ram",
3347
- "354": "pre_ram_screamer",
3348
- "355": "ram_impact",
3349
- "356": "ram_impact_screamer",
3350
- "357": "squid_ink_squirt",
3351
- "358": "glow_squid_ink_squirt",
3352
- "359": "convert_to_stray",
3353
- "360": "extinguish_candle",
3354
- "361": "ambient_candle",
3355
- "362": "sculk_catalyst_bloom",
3356
- "363": "sculk_shrieker_shriek",
3357
- "364": "warden_nearby_close",
3358
- "365": "warden_nearby_closer",
3359
- "366": "warden_nearby_closest",
3360
- "367": "warden_slightly_angry",
3361
- "368": "record_otherside",
3362
- "369": "tongue",
3363
- "370": "crack_iron_golem",
3364
- "371": "repair_iron_golem",
3365
- "372": "listening",
3366
- "373": "heartbeat",
3367
- "374": "horn_break",
3368
- "375": "sculk_place",
3369
- "376": "sculk_spread",
3370
- "377": "sculk_charge",
3371
- "378": "sculk_sensor_place",
3372
- "379": "sculk_shrieker_place",
3373
- "380": "goat_call_0",
3374
- "381": "goat_call_1",
3375
- "382": "goat_call_2",
3376
- "383": "goat_call_3",
3377
- "384": "goat_call_4",
3378
- "385": "goat_call_5",
3379
- "386": "goat_call_6",
3380
- "387": "goat_call_7",
3381
- "388": "goat_call_8",
3382
- "389": "goat_call_9",
3383
- "390": "goat_harmony_0",
3384
- "391": "goat_harmony_1",
3385
- "392": "goat_harmony_2",
3386
- "393": "goat_harmony_3",
3387
- "394": "goat_harmony_4",
3388
- "395": "goat_harmony_5",
3389
- "396": "goat_harmony_6",
3390
- "397": "goat_harmony_7",
3391
- "398": "goat_harmony_8",
3392
- "399": "goat_harmony_9",
3393
- "400": "goat_melody_0",
3394
- "401": "goat_melody_1",
3395
- "402": "goat_melody_2",
3396
- "403": "goat_melody_3",
3397
- "404": "goat_melody_4",
3398
- "405": "goat_melody_5",
3399
- "406": "goat_melody_6",
3400
- "407": "goat_melody_7",
3401
- "408": "goat_melody_8",
3402
- "409": "goat_melody_9",
3403
- "410": "goat_bass_0",
3404
- "411": "goat_bass_1",
3405
- "412": "goat_bass_2",
3406
- "413": "goat_bass_3",
3407
- "414": "goat_bass_4",
3408
- "415": "goat_bass_5",
3409
- "416": "goat_bass_6",
3410
- "417": "goat_bass_7",
3411
- "418": "goat_bass_8",
3412
- "419": "goat_bass_9",
3413
- "420": "Undefined"
3186
+ "193": "LtReactionElephantToothpaste",
3187
+ "194": "LtReactionElephantToothpaste2",
3188
+ "195": "LtReactionGlowStick",
3189
+ "196": "LtReactionGlowStick2",
3190
+ "197": "LtReactionLuminol",
3191
+ "198": "LtReactionSalt",
3192
+ "199": "LtReactionFertilizer",
3193
+ "200": "LtReactionFireball",
3194
+ "201": "LtReactionMagnesiumSalt",
3195
+ "202": "LtReactionMiscFire",
3196
+ "203": "LtReactionFire",
3197
+ "204": "LtReactionMiscExplosion",
3198
+ "205": "LtReactionMiscMystical",
3199
+ "206": "LtReactionMiscMystical2",
3200
+ "207": "LtReactionProduct",
3201
+ "208": "SparklerUse",
3202
+ "209": "GlowStickUse",
3203
+ "210": "SparklerActive",
3204
+ "211": "ConvertToDrowned",
3205
+ "212": "BucketFillFish",
3206
+ "213": "BucketEmptyFish",
3207
+ "214": "BubbleColumnUpwards",
3208
+ "215": "BubbleColumnDownwards",
3209
+ "216": "BubblePop",
3210
+ "217": "BubbleUpInside",
3211
+ "218": "BubbleDownInside",
3212
+ "219": "HurtBaby",
3213
+ "220": "DeathBaby",
3214
+ "221": "StepBaby",
3215
+ "222": "SpawnBaby",
3216
+ "223": "Born",
3217
+ "224": "TurtleEggBreak",
3218
+ "225": "TurtleEggCrack",
3219
+ "226": "TurtleEggHatched",
3220
+ "227": "LayEgg",
3221
+ "228": "TurtleEggAttacked",
3222
+ "229": "BeaconActivate",
3223
+ "230": "BeaconAmbient",
3224
+ "231": "BeaconDeactivate",
3225
+ "232": "BeaconPower",
3226
+ "233": "ConduitActivate",
3227
+ "234": "ConduitAmbient",
3228
+ "235": "ConduitAttack",
3229
+ "236": "ConduitDeactivate",
3230
+ "237": "ConduitShort",
3231
+ "238": "Swoop",
3232
+ "239": "BambooSaplingPlace",
3233
+ "240": "PreSneeze",
3234
+ "241": "Sneeze",
3235
+ "242": "AmbientTame",
3236
+ "243": "Scared",
3237
+ "244": "ScaffoldingClimb",
3238
+ "245": "CrossbowLoadingStart",
3239
+ "246": "CrossbowLoadingMiddle",
3240
+ "247": "CrossbowLoadingEnd",
3241
+ "248": "CrossbowShoot",
3242
+ "249": "CrossbowQuickChargeStart",
3243
+ "250": "CrossbowQuickChargeMiddle",
3244
+ "251": "CrossbowQuickChargeEnd",
3245
+ "252": "AmbientAggressive",
3246
+ "253": "AmbientWorried",
3247
+ "254": "CantBreed",
3248
+ "255": "ShieldBlock",
3249
+ "256": "LecternBookPlace",
3250
+ "257": "GrindstoneUse",
3251
+ "258": "Bell",
3252
+ "259": "CampfireCrackle",
3253
+ "260": "Roar",
3254
+ "261": "Stun",
3255
+ "262": "SweetBerryBushHurt",
3256
+ "263": "SweetBerryBushPick",
3257
+ "264": "CartographyTableUse",
3258
+ "265": "StonecutterUse",
3259
+ "266": "ComposterEmpty",
3260
+ "267": "ComposterFill",
3261
+ "268": "ComposterFillLayer",
3262
+ "269": "ComposterReady",
3263
+ "270": "BarrelOpen",
3264
+ "271": "BarrelClose",
3265
+ "272": "RaidHorn",
3266
+ "273": "LoomUse",
3267
+ "274": "AmbientInRaid",
3268
+ "275": "UicartographyTableUse",
3269
+ "276": "UistonecutterUse",
3270
+ "277": "UiloomUse",
3271
+ "278": "SmokerUse",
3272
+ "279": "BlastFurnaceUse",
3273
+ "280": "SmithingTableUse",
3274
+ "281": "Screech",
3275
+ "282": "Sleep",
3276
+ "283": "FurnaceUse",
3277
+ "284": "MooshroomConvert",
3278
+ "285": "MilkSuspiciously",
3279
+ "286": "Celebrate",
3280
+ "287": "JumpPrevent",
3281
+ "288": "AmbientPollinate",
3282
+ "289": "BeehiveDrip",
3283
+ "290": "BeehiveEnter",
3284
+ "291": "BeehiveExit",
3285
+ "292": "BeehiveWork",
3286
+ "293": "BeehiveShear",
3287
+ "294": "HoneybottleDrink",
3288
+ "295": "AmbientCave",
3289
+ "296": "Retreat",
3290
+ "297": "ConvertToZombified",
3291
+ "298": "Admire",
3292
+ "299": "StepLava",
3293
+ "300": "Tempt",
3294
+ "301": "Panic",
3295
+ "302": "Angry",
3296
+ "303": "AmbientMoodWarpedForest",
3297
+ "304": "AmbientMoodSoulsandValley",
3298
+ "305": "AmbientMoodNetherWastes",
3299
+ "306": "AmbientMoodBasaltDeltas",
3300
+ "307": "AmbientMoodCrimsonForest",
3301
+ "308": "RespawnAnchorCharge",
3302
+ "309": "RespawnAnchorDeplete",
3303
+ "310": "RespawnAnchorSetSpawn",
3304
+ "311": "RespawnAnchorAmbient",
3305
+ "312": "SoulEscapeQuiet",
3306
+ "313": "SoulEscapeLoud",
3307
+ "314": "RecordPigstep",
3308
+ "315": "LinkCompassToLodestone",
3309
+ "316": "UseSmithingTable",
3310
+ "317": "EquipNetherite",
3311
+ "318": "AmbientLoopWarpedForest",
3312
+ "319": "AmbientLoopSoulsandValley",
3313
+ "320": "AmbientLoopNetherWastes",
3314
+ "321": "AmbientLoopBasaltDeltas",
3315
+ "322": "AmbientLoopCrimsonForest",
3316
+ "323": "AmbientAdditionWarpedForest",
3317
+ "324": "AmbientAdditionSoulsandValley",
3318
+ "325": "AmbientAdditionNetherWastes",
3319
+ "326": "AmbientAdditionBasaltDeltas",
3320
+ "327": "AmbientAdditionCrimsonForest",
3321
+ "328": "SculkSensorPowerOn",
3322
+ "329": "SculkSensorPowerOff",
3323
+ "330": "BucketFillPowderSnow",
3324
+ "331": "BucketEmptyPowderSnow",
3325
+ "332": "PointedDripstoneCauldronDripWater",
3326
+ "333": "PointedDripstoneCauldronDripLava",
3327
+ "334": "PointedDripstoneDripWater",
3328
+ "335": "PointedDripstoneDripLava",
3329
+ "336": "CaveVinesPickBerries",
3330
+ "337": "BigDripleafTiltDown",
3331
+ "338": "BigDripleafTiltUp",
3332
+ "339": "CopperWaxOn",
3333
+ "340": "CopperWaxOff",
3334
+ "341": "Scrape",
3335
+ "342": "PlayerHurtDrown",
3336
+ "343": "PlayerHurtOnFire",
3337
+ "344": "PlayerHurtFreeze",
3338
+ "345": "UseSpyglass",
3339
+ "346": "StopUsingSpyglass",
3340
+ "347": "AmethystBlockChime",
3341
+ "348": "AmbientScreamer",
3342
+ "349": "HurtScreamer",
3343
+ "350": "DeathScreamer",
3344
+ "351": "MilkScreamer",
3345
+ "352": "JumpToBlock",
3346
+ "353": "PreRam",
3347
+ "354": "PreRamScreamer",
3348
+ "355": "RamImpact",
3349
+ "356": "RamImpactScreamer",
3350
+ "357": "SquidInkSquirt",
3351
+ "358": "GlowSquidInkSquirt",
3352
+ "359": "ConvertToStray",
3353
+ "360": "CakeAddCandle",
3354
+ "361": "ExtinguishCandle",
3355
+ "362": "AmbientCandle",
3356
+ "363": "BlockClick",
3357
+ "364": "BlockClickFail",
3358
+ "365": "SculkCatalystBloom",
3359
+ "366": "SculkShriekerShriek",
3360
+ "367": "WardenNearbyClose",
3361
+ "368": "WardenNearbyCloser",
3362
+ "369": "WardenNearbyClosest",
3363
+ "370": "WardenSlightlyAngry",
3364
+ "371": "RecordOtherside",
3365
+ "372": "Tongue",
3366
+ "373": "CrackIronGolem",
3367
+ "374": "RepairIronGolem",
3368
+ "375": "Listening",
3369
+ "376": "Heartbeat",
3370
+ "377": "HornBreak",
3371
+ "378": "SculkPlace",
3372
+ "379": "SculkSpread",
3373
+ "380": "SculkCharge",
3374
+ "381": "SculkSensorPlace",
3375
+ "382": "SculkShriekerPlace",
3376
+ "383": "goat_call_0",
3377
+ "384": "goat_call_1",
3378
+ "385": "goat_call_2",
3379
+ "386": "goat_call_3",
3380
+ "387": "goat_call_4",
3381
+ "388": "goat_call_5",
3382
+ "389": "goat_call_6",
3383
+ "390": "goat_call_7",
3384
+ "391": "goat_call_8",
3385
+ "392": "goat_call_9",
3386
+ "393": "goat_harmony_0",
3387
+ "394": "goat_harmony_1",
3388
+ "395": "goat_harmony_2",
3389
+ "396": "goat_harmony_3",
3390
+ "397": "goat_harmony_4",
3391
+ "398": "goat_harmony_5",
3392
+ "399": "goat_harmony_6",
3393
+ "400": "goat_harmony_7",
3394
+ "401": "goat_harmony_8",
3395
+ "402": "goat_harmony_9",
3396
+ "403": "goat_melody_0",
3397
+ "404": "goat_melody_1",
3398
+ "405": "goat_melody_2",
3399
+ "406": "goat_melody_3",
3400
+ "407": "goat_melody_4",
3401
+ "408": "goat_melody_5",
3402
+ "409": "goat_melody_6",
3403
+ "410": "goat_melody_7",
3404
+ "411": "goat_melody_8",
3405
+ "412": "goat_melody_9",
3406
+ "413": "goat_bass_0",
3407
+ "414": "goat_bass_1",
3408
+ "415": "goat_bass_2",
3409
+ "416": "goat_bass_3",
3410
+ "417": "goat_bass_4",
3411
+ "418": "goat_bass_5",
3412
+ "419": "goat_bass_6",
3413
+ "420": "goat_bass_7",
3414
+ "421": "goat_bass_8",
3415
+ "422": "goat_bass_9",
3416
+ "423": "Undefined"
3414
3417
  }
3415
3418
  }
3416
3419
  ],
@@ -6594,14 +6597,16 @@
6594
6597
  "3": "value",
6595
6598
  "4": "wildcard_int",
6596
6599
  "5": "operator",
6597
- "6": "target",
6600
+ "7": "target",
6601
+ "9": "wildcard",
6598
6602
  "16": "file_path",
6599
- "32": "string",
6600
- "40": "position",
6601
- "44": "message",
6602
- "46": "raw_text",
6603
- "50": "json",
6604
- "63": "command"
6603
+ "38": "string",
6604
+ "46": "block_position",
6605
+ "47": "position",
6606
+ "50": "message",
6607
+ "52": "raw_text",
6608
+ "56": "json",
6609
+ "69": "command"
6605
6610
  }
6606
6611
  }
6607
6612
  ]
@@ -7467,7 +7472,7 @@
7467
7472
  },
7468
7473
  {
7469
7474
  "name": "owner_entity_unique_id",
7470
- "type": "i64"
7475
+ "type": "li64"
7471
7476
  },
7472
7477
  {
7473
7478
  "name": "new_photo_name",
@@ -9287,7 +9292,7 @@
9287
9292
  [
9288
9293
  {
9289
9294
  "name": "entity_unique_id",
9290
- "type": "i64"
9295
+ "type": "li64"
9291
9296
  },
9292
9297
  {
9293
9298
  "name": "photo_name",
@@ -9753,7 +9758,7 @@
9753
9758
  [
9754
9759
  {
9755
9760
  "name": "entity_unique_id",
9756
- "type": "lu64"
9761
+ "type": "zigzag64"
9757
9762
  },
9758
9763
  {
9759
9764
  "name": "property",