minecraft-data 3.2.0 → 3.3.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.
- package/data.js +7 -7
- package/doc/history.md +3 -0
- package/minecraft-data/data/bedrock/1.18.0/proto.yml +2 -2
- package/minecraft-data/data/bedrock/1.18.0/protocol.json +8 -8
- package/minecraft-data/data/bedrock/1.18.0/types.yml +3 -3
- package/minecraft-data/data/bedrock/1.18.11/proto.yml +2 -2
- package/minecraft-data/data/bedrock/1.18.11/protocol.json +8 -8
- package/minecraft-data/data/bedrock/1.18.11/types.yml +3 -3
- package/minecraft-data/data/bedrock/1.18.30/blockCollisionShapes.json +863 -0
- package/minecraft-data/data/bedrock/1.18.30/blockStates.json +164203 -0
- package/minecraft-data/data/bedrock/1.18.30/blocks.json +12829 -0
- package/minecraft-data/data/bedrock/1.18.30/blocksB2J.json +6846 -0
- package/minecraft-data/data/bedrock/1.18.30/blocksJ2B.json +20344 -0
- package/minecraft-data/data/bedrock/1.18.30/items.json +9679 -0
- package/minecraft-data/data/bedrock/1.18.30/protocol.json +8 -8
- package/minecraft-data/data/bedrock/1.18.30/recipes.json +16771 -0
- package/minecraft-data/data/bedrock/latest/proto.yml +2 -2
- package/minecraft-data/data/bedrock/latest/types.yml +3 -3
- package/minecraft-data/data/dataPaths.json +7 -7
- package/minecraft-data/data/pc/common/features.json +3 -3
- package/minecraft-data/data/pc/common/protocolVersions.json +35 -0
- package/minecraft-data/doc/history.md +7 -0
- package/package.json +1 -1
|
@@ -1147,9 +1147,9 @@ packet_crafting_data:
|
|
|
1147
1147
|
# PotionContainerChangeRecipes is a list of all recipes to convert a potion from one type to another,
|
|
1148
1148
|
# such as from a drinkable potion to a splash potion, or from a splash potion to a lingering potion.
|
|
1149
1149
|
potion_type_recipes: PotionTypeRecipes
|
|
1150
|
+
potion_container_recipes: PotionContainerChangeRecipes
|
|
1150
1151
|
# MaterialReducers is a list of all material reducers which is used in education edition chemistry.
|
|
1151
1152
|
material_reducers: MaterialReducer[]varint
|
|
1152
|
-
potion_container_recipes: PotionContainerChangeRecipes
|
|
1153
1153
|
# ClearRecipes indicates if all recipes currently active on the client should be cleaned. Doing this
|
|
1154
1154
|
# means that the client will have no recipes active by itself: Any CraftingData packets previously sent
|
|
1155
1155
|
# will also be discarded, and only the recipes in this CraftingData packet will be used.
|
|
@@ -3110,7 +3110,7 @@ packet_animate_entity:
|
|
|
3110
3110
|
# StopCondition is a MoLang expression that specifies when the animation should be stopped.
|
|
3111
3111
|
stop_condition: string
|
|
3112
3112
|
# StopConditionVersion is the MoLang stop condition version.
|
|
3113
|
-
stop_condition_version:
|
|
3113
|
+
stop_condition_version: li32
|
|
3114
3114
|
# Controller is the animation controller that is used to manage animations. These controllers decide when
|
|
3115
3115
|
# to play which animation.
|
|
3116
3116
|
controller: string
|
|
@@ -1146,10 +1146,10 @@ TransitionType: =>
|
|
|
1146
1146
|
2: destroy
|
|
1147
1147
|
|
|
1148
1148
|
MaterialReducer:
|
|
1149
|
-
mix:
|
|
1149
|
+
mix: zigzag32
|
|
1150
1150
|
items:
|
|
1151
|
-
network_id:
|
|
1152
|
-
count:
|
|
1151
|
+
network_id: zigzag32
|
|
1152
|
+
count: zigzag32
|
|
1153
1153
|
|
|
1154
1154
|
# List of Window IDs. When a new container is opened (container_open), a new sequential Window ID is created.
|
|
1155
1155
|
# Below window IDs are hard-coded and created when the game starts and the server does not
|
|
@@ -1280,13 +1280,13 @@
|
|
|
1280
1280
|
"version": "bedrock/1.18.11"
|
|
1281
1281
|
},
|
|
1282
1282
|
"1.18.30": {
|
|
1283
|
-
"blocks": "bedrock/1.18.
|
|
1284
|
-
"blockStates": "bedrock/1.18.
|
|
1285
|
-
"blockCollisionShapes": "bedrock/1.18.
|
|
1283
|
+
"blocks": "bedrock/1.18.30",
|
|
1284
|
+
"blockStates": "bedrock/1.18.30",
|
|
1285
|
+
"blockCollisionShapes": "bedrock/1.18.30",
|
|
1286
1286
|
"biomes": "bedrock/1.18.0",
|
|
1287
1287
|
"entities": "bedrock/1.18.11",
|
|
1288
|
-
"items": "bedrock/1.18.
|
|
1289
|
-
"recipes": "bedrock/1.18.
|
|
1288
|
+
"items": "bedrock/1.18.30",
|
|
1289
|
+
"recipes": "bedrock/1.18.30",
|
|
1290
1290
|
"instruments": "bedrock/1.17.0",
|
|
1291
1291
|
"materials": "pc/1.17",
|
|
1292
1292
|
"enchantments": "pc/1.17",
|
|
@@ -1294,8 +1294,8 @@
|
|
|
1294
1294
|
"protocol": "bedrock/1.18.30",
|
|
1295
1295
|
"windows": "bedrock/1.16.201",
|
|
1296
1296
|
"steve": "bedrock/1.16.201",
|
|
1297
|
-
"blocksB2J": "bedrock/1.18.
|
|
1298
|
-
"blocksJ2B": "bedrock/1.18.
|
|
1297
|
+
"blocksB2J": "bedrock/1.18.30",
|
|
1298
|
+
"blocksJ2B": "bedrock/1.18.30",
|
|
1299
1299
|
"proto": "bedrock/latest",
|
|
1300
1300
|
"types": "bedrock/latest",
|
|
1301
1301
|
"version": "bedrock/1.18.11"
|
|
@@ -186,17 +186,17 @@
|
|
|
186
186
|
},
|
|
187
187
|
{
|
|
188
188
|
"name": "dimensionIsAnInt",
|
|
189
|
-
"description": "
|
|
189
|
+
"description": "dimension is an int (the index of an enum)",
|
|
190
190
|
"versions": ["1.8", "1.15.2"]
|
|
191
191
|
},
|
|
192
192
|
{
|
|
193
193
|
"name": "dimensionIsAString",
|
|
194
|
-
"description": "
|
|
194
|
+
"description": "dimension is a string (the dimension is the same as the world name)",
|
|
195
195
|
"versions": ["1.16", "1.16.1"]
|
|
196
196
|
},
|
|
197
197
|
{
|
|
198
198
|
"name": "dimensionIsAWorld",
|
|
199
|
-
"description": "
|
|
199
|
+
"description": "dimension is an nbt compound",
|
|
200
200
|
"versions": ["1.16.2", "1.18.2"]
|
|
201
201
|
},
|
|
202
202
|
{
|
|
@@ -1,4 +1,39 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"minecraftVersion": "1.19",
|
|
4
|
+
"version": 759,
|
|
5
|
+
"dataVersion": 3105,
|
|
6
|
+
"usesNetty": true,
|
|
7
|
+
"majorVersion": "1.19"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"minecraftVersion": "1.19-rc2",
|
|
11
|
+
"version": 1073741915,
|
|
12
|
+
"dataVersion": 3104,
|
|
13
|
+
"usesNetty": true,
|
|
14
|
+
"majorVersion": "1.19"
|
|
15
|
+
},
|
|
16
|
+
{
|
|
17
|
+
"minecraftVersion": "1.19-rc1",
|
|
18
|
+
"version": 1073741914,
|
|
19
|
+
"dataVersion": 3103,
|
|
20
|
+
"usesNetty": true,
|
|
21
|
+
"majorVersion": "1.19"
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"minecraftVersion": "1.19-pre5",
|
|
25
|
+
"version": 1073741913,
|
|
26
|
+
"dataVersion": 3102,
|
|
27
|
+
"usesNetty": true,
|
|
28
|
+
"majorVersion": "1.19"
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
"minecraftVersion": "1.19-pre4",
|
|
32
|
+
"version": 1073741912,
|
|
33
|
+
"dataVersion": 3101,
|
|
34
|
+
"usesNetty": true,
|
|
35
|
+
"majorVersion": "1.19"
|
|
36
|
+
},
|
|
2
37
|
{
|
|
3
38
|
"minecraftVersion": "1.19-pre3",
|
|
4
39
|
"version": 1073741911,
|
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## 3.3.0
|
|
2
|
+
* Update dimension descriptions (#565)
|
|
3
|
+
* Add 1.19-pre4 to pc/common/protocolVersions.json
|
|
4
|
+
* Add bedrock 1.18.30 block, item, recipe data
|
|
5
|
+
* bedrock: 1.18 protocol fixes
|
|
6
|
+
* Add 1.19 to common/protocolVersions.json
|
|
7
|
+
|
|
1
8
|
## 3.2.0
|
|
2
9
|
* Fix 1.17+ biome colors (@Karang)
|
|
3
10
|
* Fix shulker box and ender pearl stack sizes (@RoseChilds)
|