minecraft-data 3.61.1 → 3.61.2

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/doc/history.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # History
2
2
 
3
+ ## 3.61.2
4
+
5
+ * update `minecraft-data`
6
+
3
7
  ## 3.61.1
4
8
 
5
9
  * update `minecraft-data`
@@ -834,37 +834,38 @@
834
834
  "15": "minecraft:item_predicate",
835
835
  "16": "minecraft:color",
836
836
  "17": "minecraft:component",
837
- "18": "minecraft:message",
838
- "19": "minecraft:nbt",
839
- "20": "minecraft:nbt_tag",
840
- "21": "minecraft:nbt_path",
841
- "22": "minecraft:objective",
842
- "23": "minecraft:objective_criteria",
843
- "24": "minecraft:operation",
844
- "25": "minecraft:particle",
845
- "26": "minecraft:angle",
846
- "27": "minecraft:rotation",
847
- "28": "minecraft:scoreboard_slot",
848
- "29": "minecraft:score_holder",
849
- "30": "minecraft:swizzle",
850
- "31": "minecraft:team",
851
- "32": "minecraft:item_slot",
852
- "33": "minecraft:resource_location",
853
- "34": "minecraft:function",
854
- "35": "minecraft:entity_anchor",
855
- "36": "minecraft:int_range",
856
- "37": "minecraft:float_range",
857
- "38": "minecraft:dimension",
858
- "39": "minecraft:gamemode",
859
- "40": "minecraft:time",
860
- "41": "minecraft:resource_or_tag",
861
- "42": "minecraft:resource_or_tag_key",
862
- "43": "minecraft:resource",
863
- "44": "minecraft:resource_key",
864
- "45": "minecraft:template_mirror",
865
- "46": "minecraft:template_rotation",
866
- "47": "minecraft:heightmap",
867
- "48": "minecraft:uuid"
837
+ "18": "minecraft:style",
838
+ "19": "minecraft:message",
839
+ "20": "minecraft:nbt",
840
+ "21": "minecraft:nbt_tag",
841
+ "22": "minecraft:nbt_path",
842
+ "23": "minecraft:objective",
843
+ "24": "minecraft:objective_criteria",
844
+ "25": "minecraft:operation",
845
+ "26": "minecraft:particle",
846
+ "27": "minecraft:angle",
847
+ "28": "minecraft:rotation",
848
+ "29": "minecraft:scoreboard_slot",
849
+ "30": "minecraft:score_holder",
850
+ "31": "minecraft:swizzle",
851
+ "32": "minecraft:team",
852
+ "33": "minecraft:item_slot",
853
+ "34": "minecraft:resource_location",
854
+ "35": "minecraft:function",
855
+ "36": "minecraft:entity_anchor",
856
+ "37": "minecraft:int_range",
857
+ "38": "minecraft:float_range",
858
+ "39": "minecraft:dimension",
859
+ "40": "minecraft:gamemode",
860
+ "41": "minecraft:time",
861
+ "42": "minecraft:resource_or_tag",
862
+ "43": "minecraft:resource_or_tag_key",
863
+ "44": "minecraft:resource",
864
+ "45": "minecraft:resource_key",
865
+ "46": "minecraft:template_mirror",
866
+ "47": "minecraft:template_rotation",
867
+ "48": "minecraft:heightmap",
868
+ "49": "minecraft:uuid"
868
869
  }
869
870
  }
870
871
  ]
@@ -7322,4 +7323,4 @@
7322
7323
  }
7323
7324
  }
7324
7325
  }
7325
- }
7326
+ }
@@ -1,3 +1,6 @@
1
+ ## 3.61.2
2
+ * [Add style to command param type enum in pc 1.20.3 protocol (#850)](https://github.com/PrismarineJS/minecraft-data/commit/4acaa9bd255951873eb11b12aca15a1079680d67) (thanks @extremeheat)
3
+
1
4
  ## 3.61.1
2
5
  * [[bedrock] Fix issue with player auth input data (#848)](https://github.com/PrismarineJS/minecraft-data/commit/985b2bef89e9642da1be90b825969a4818d5e5e8) (thanks @MrDiamond64)
3
6
  * [Add 24w07a to pc protocolVersions.json](https://github.com/PrismarineJS/minecraft-data/commit/4bf2ae5ccb7da0dc51898dbdd85cfbd04621fe07) (thanks @github-actions[bot])
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "minecraft-data",
3
- "version": "3.61.1",
3
+ "version": "3.61.2",
4
4
  "description": "Provide easy access to minecraft data in node.js",
5
5
  "main": "index.js",
6
6
  "tonicExampleFilename": "example.js",