minecraft-data 3.102.0 → 3.102.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 +8 -0
- package/minecraft-data/data/bedrock/1.21.111/protocol.json +1 -4
- package/minecraft-data/data/bedrock/1.21.111/types.yml +1 -1
- package/minecraft-data/data/bedrock/1.21.120/protocol.json +1 -4
- package/minecraft-data/data/bedrock/1.21.120/types.yml +1 -1
- package/minecraft-data/data/bedrock/1.21.124/protocol.json +1 -4
- package/minecraft-data/data/bedrock/1.21.124/types.yml +1 -1
- package/minecraft-data/data/bedrock/1.21.130/protocol.json +1 -4
- package/minecraft-data/data/bedrock/latest/types.yml +1 -1
- package/minecraft-data/data/pc/common/protocolVersions.json +8 -0
- package/minecraft-data/doc/history.md +8 -0
- package/package.json +1 -1
package/doc/history.md
CHANGED
|
@@ -2591,7 +2591,7 @@ BiomeChunkGeneration:
|
|
|
2591
2591
|
# SurfaceMaterials is a set of materials to use for the surface layers of the biome.
|
|
2592
2592
|
surface_materials?: BiomeSurfaceMaterial
|
|
2593
2593
|
# HasDefaultOverworldSurface is true if the biome has a default overworld surface.
|
|
2594
|
-
has_default_overworld_surface
|
|
2594
|
+
has_default_overworld_surface: bool
|
|
2595
2595
|
# HasSwampSurface is true if the biome has a swamp surface.
|
|
2596
2596
|
has_swamp_surface: bool
|
|
2597
2597
|
# HasFrozenOceanSurface is true if the biome has a frozen ocean surface.
|
|
@@ -2612,7 +2612,7 @@ BiomeChunkGeneration:
|
|
|
2612
2612
|
# SurfaceMaterials is a set of materials to use for the surface layers of the biome.
|
|
2613
2613
|
surface_materials?: BiomeSurfaceMaterial
|
|
2614
2614
|
# HasDefaultOverworldSurface is true if the biome has a default overworld surface.
|
|
2615
|
-
has_default_overworld_surface
|
|
2615
|
+
has_default_overworld_surface: bool
|
|
2616
2616
|
# HasSwampSurface is true if the biome has a swamp surface.
|
|
2617
2617
|
has_swamp_surface: bool
|
|
2618
2618
|
# HasFrozenOceanSurface is true if the biome has a frozen ocean surface.
|
|
@@ -2612,7 +2612,7 @@ BiomeChunkGeneration:
|
|
|
2612
2612
|
# SurfaceMaterials is a set of materials to use for the surface layers of the biome.
|
|
2613
2613
|
surface_materials?: BiomeSurfaceMaterial
|
|
2614
2614
|
# HasDefaultOverworldSurface is true if the biome has a default overworld surface.
|
|
2615
|
-
has_default_overworld_surface
|
|
2615
|
+
has_default_overworld_surface: bool
|
|
2616
2616
|
# HasSwampSurface is true if the biome has a swamp surface.
|
|
2617
2617
|
has_swamp_surface: bool
|
|
2618
2618
|
# HasFrozenOceanSurface is true if the biome has a frozen ocean surface.
|
|
@@ -2625,7 +2625,7 @@ BiomeChunkGeneration:
|
|
|
2625
2625
|
# SurfaceMaterials is a set of materials to use for the surface layers of the biome.
|
|
2626
2626
|
surface_materials?: BiomeSurfaceMaterial
|
|
2627
2627
|
# HasDefaultOverworldSurface is true if the biome has a default overworld surface.
|
|
2628
|
-
has_default_overworld_surface
|
|
2628
|
+
has_default_overworld_surface: bool
|
|
2629
2629
|
# HasSwampSurface is true if the biome has a swamp surface.
|
|
2630
2630
|
has_swamp_surface: bool
|
|
2631
2631
|
# HasFrozenOceanSurface is true if the biome has a frozen ocean surface.
|
|
@@ -1,3 +1,11 @@
|
|
|
1
|
+
## 3.102.2
|
|
2
|
+
* [Revert "bedrock: fix type for packet_command_request.version in 1.21.130 (#1127)" (#1133)](https://github.com/PrismarineJS/minecraft-data/commit/96cb35679d536f2811d765b2f3bbcb7dc2855ac4) (thanks @extremeheat)
|
|
3
|
+
|
|
4
|
+
## 3.102.1
|
|
5
|
+
* [bedrock: fix type for packet_biome_definition_list in 1.21.111+ (#1129)](https://github.com/PrismarineJS/minecraft-data/commit/aa8c52f8f8e53f6340ad4ee222b50aa2f4ad525f) (thanks @mc-zuri)
|
|
6
|
+
* [bedrock: fix type for packet_command_request.version in 1.21.130 (#1127)](https://github.com/PrismarineJS/minecraft-data/commit/cf5fbc5bf7638a334834e66c8fc3efaf14a56519) (thanks @mc-zuri)
|
|
7
|
+
* [Add 26.1-snapshot-1 to pc protocolVersions.json](https://github.com/PrismarineJS/minecraft-data/commit/5d2847d3aefde292ef7e95c90c91a5fb74bcfa4a) (thanks @github-actions[bot])
|
|
8
|
+
|
|
1
9
|
## 3.102.0
|
|
2
10
|
* [Add Bedrock 1.21.130 protocol data (#1123)](https://github.com/PrismarineJS/minecraft-data/commit/f02ae17f958229ecf73cd42d87e1958d6992ebff) (thanks @extremeheat)
|
|
3
11
|
|