minecraft-data 3.0.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/.github/workflows/npm-publish.yml +17 -14
- package/data.js +24 -1
- package/doc/history.md +9 -0
- package/index.d.ts +14 -4
- package/minecraft-data/.git +1 -0
- package/minecraft-data/.github/workflows/tag.yml +11 -3
- package/minecraft-data/README.md +1 -1
- package/minecraft-data/data/bedrock/1.16.220/blockStates.json +6575 -6575
- package/minecraft-data/data/bedrock/1.17.0/instruments.json +1 -1
- package/minecraft-data/data/bedrock/1.17.40/blocks.json +3 -3
- package/minecraft-data/data/bedrock/1.18.0/blockLoot.json +56461 -0
- package/minecraft-data/data/bedrock/1.18.0/blocksJ2B.json +1 -0
- package/minecraft-data/data/bedrock/1.18.0/entityLoot.json +1246 -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/recipes.json +1442 -1388
- package/minecraft-data/data/bedrock/1.18.0/types.yml +3 -3
- package/minecraft-data/data/bedrock/1.18.11/blocks.json +3 -3
- package/minecraft-data/data/bedrock/1.18.11/proto.yml +3387 -0
- package/minecraft-data/data/bedrock/1.18.11/protocol.json +8 -8
- package/minecraft-data/data/bedrock/1.18.11/recipes.json +1442 -1388
- package/minecraft-data/data/bedrock/1.18.11/types.yml +1800 -0
- 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 +10098 -0
- package/minecraft-data/data/bedrock/1.18.30/recipes.json +16771 -0
- package/minecraft-data/data/bedrock/1.18.30/version.json +6 -0
- package/minecraft-data/data/bedrock/common/protocolVersions.json +6 -0
- package/minecraft-data/data/bedrock/common/versions.json +2 -1
- package/minecraft-data/data/bedrock/latest/proto.yml +110 -19
- package/minecraft-data/data/bedrock/latest/types.yml +62 -5
- package/minecraft-data/data/dataPaths.json +24 -1
- package/minecraft-data/data/pc/1.10/items.json +1 -1
- package/minecraft-data/data/pc/1.11/items.json +18 -18
- package/minecraft-data/data/pc/1.12/instruments.json +1 -1
- package/minecraft-data/data/pc/1.12/items.json +18 -18
- package/minecraft-data/data/pc/1.13/instruments.json +1 -1
- package/minecraft-data/data/pc/1.13/items.json +1 -1
- package/minecraft-data/data/pc/1.13.2/instruments.json +1 -1
- package/minecraft-data/data/pc/1.13.2/items.json +1 -1
- package/minecraft-data/data/pc/1.14/items.json +1 -1
- package/minecraft-data/data/pc/1.14.4/instruments.json +1 -1
- package/minecraft-data/data/pc/1.14.4/items.json +1 -1
- package/minecraft-data/data/pc/1.15.2/instruments.json +1 -1
- package/minecraft-data/data/pc/1.15.2/items.json +1 -1
- package/minecraft-data/data/pc/1.16.1/instruments.json +1 -1
- package/minecraft-data/data/pc/1.16.1/items.json +1 -1
- package/minecraft-data/data/pc/1.16.2/items.json +1 -1
- package/minecraft-data/data/pc/1.17/biomes.json +134 -134
- package/minecraft-data/data/pc/1.17/items.json +1 -1
- package/minecraft-data/data/pc/1.18/biomes.json +62 -62
- package/minecraft-data/data/pc/1.7/items.json +1 -1
- package/minecraft-data/data/pc/1.8/items.json +1 -1
- package/minecraft-data/data/pc/1.9/items.json +1 -2
- package/minecraft-data/data/pc/common/features.json +3 -3
- package/minecraft-data/data/pc/common/protocolVersions.json +98 -0
- package/minecraft-data/doc/history.md +20 -0
- package/minecraft-data/schemas/biomes_schema.json +0 -4
- package/minecraft-data/schemas/blockLoot_schema.json +10 -0
- package/minecraft-data/schemas/blocks_schema.json +1 -1
- package/minecraft-data/schemas/entityLoot_schema.json +6 -0
- package/package.json +3 -3
|
@@ -1139,9 +1139,9 @@ packet_crafting_data:
|
|
|
1139
1139
|
# PotionContainerChangeRecipes is a list of all recipes to convert a potion from one type to another,
|
|
1140
1140
|
# such as from a drinkable potion to a splash potion, or from a splash potion to a lingering potion.
|
|
1141
1141
|
potion_type_recipes: PotionTypeRecipes
|
|
1142
|
+
potion_container_recipes: PotionContainerChangeRecipes
|
|
1142
1143
|
# MaterialReducers is a list of all material reducers which is used in education edition chemistry.
|
|
1143
1144
|
material_reducers: MaterialReducer[]varint
|
|
1144
|
-
potion_container_recipes: PotionContainerChangeRecipes
|
|
1145
1145
|
# ClearRecipes indicates if all recipes currently active on the client should be cleaned. Doing this
|
|
1146
1146
|
# means that the client will have no recipes active by itself: Any CraftingData packets previously sent
|
|
1147
1147
|
# will also be discarded, and only the recipes in this CraftingData packet will be used.
|
|
@@ -3091,7 +3091,7 @@ packet_animate_entity:
|
|
|
3091
3091
|
# StopCondition is a MoLang expression that specifies when the animation should be stopped.
|
|
3092
3092
|
stop_condition: string
|
|
3093
3093
|
# StopConditionVersion is the MoLang stop condition version.
|
|
3094
|
-
stop_condition_version:
|
|
3094
|
+
stop_condition_version: li32
|
|
3095
3095
|
# Controller is the animation controller that is used to manage animations. These controllers decide when
|
|
3096
3096
|
# to play which animation.
|
|
3097
3097
|
controller: string
|
|
@@ -2772,7 +2772,7 @@
|
|
|
2772
2772
|
[
|
|
2773
2773
|
{
|
|
2774
2774
|
"name": "mix",
|
|
2775
|
-
"type": "
|
|
2775
|
+
"type": "zigzag32"
|
|
2776
2776
|
},
|
|
2777
2777
|
{
|
|
2778
2778
|
"name": "items",
|
|
@@ -2781,11 +2781,11 @@
|
|
|
2781
2781
|
[
|
|
2782
2782
|
{
|
|
2783
2783
|
"name": "network_id",
|
|
2784
|
-
"type": "
|
|
2784
|
+
"type": "zigzag32"
|
|
2785
2785
|
},
|
|
2786
2786
|
{
|
|
2787
2787
|
"name": "count",
|
|
2788
|
-
"type": "
|
|
2788
|
+
"type": "zigzag32"
|
|
2789
2789
|
}
|
|
2790
2790
|
]
|
|
2791
2791
|
]
|
|
@@ -5630,6 +5630,10 @@
|
|
|
5630
5630
|
"name": "potion_type_recipes",
|
|
5631
5631
|
"type": "PotionTypeRecipes"
|
|
5632
5632
|
},
|
|
5633
|
+
{
|
|
5634
|
+
"name": "potion_container_recipes",
|
|
5635
|
+
"type": "PotionContainerChangeRecipes"
|
|
5636
|
+
},
|
|
5633
5637
|
{
|
|
5634
5638
|
"name": "material_reducers",
|
|
5635
5639
|
"type": [
|
|
@@ -5640,10 +5644,6 @@
|
|
|
5640
5644
|
}
|
|
5641
5645
|
]
|
|
5642
5646
|
},
|
|
5643
|
-
{
|
|
5644
|
-
"name": "potion_container_recipes",
|
|
5645
|
-
"type": "PotionContainerChangeRecipes"
|
|
5646
|
-
},
|
|
5647
5647
|
{
|
|
5648
5648
|
"name": "clear_recipes",
|
|
5649
5649
|
"type": "bool"
|
|
@@ -8826,7 +8826,7 @@
|
|
|
8826
8826
|
},
|
|
8827
8827
|
{
|
|
8828
8828
|
"name": "stop_condition_version",
|
|
8829
|
-
"type": "
|
|
8829
|
+
"type": "li32"
|
|
8830
8830
|
},
|
|
8831
8831
|
{
|
|
8832
8832
|
"name": "controller",
|