minecraft-data 3.44.0 → 3.46.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 +23 -1
- package/doc/history.md +8 -0
- package/index.d.ts +4 -1
- package/minecraft-data/.github/helper-bot/index.js +58 -59
- package/minecraft-data/.github/workflows/update-helper.yml +1 -1
- package/minecraft-data/README.md +1 -1
- package/minecraft-data/data/bedrock/1.16.220/protocol.json +1 -1
- package/minecraft-data/data/bedrock/1.16.220/types.yml +2 -2
- package/minecraft-data/data/bedrock/1.17.0/protocol.json +1 -1
- package/minecraft-data/data/bedrock/1.17.0/types.yml +2 -2
- package/minecraft-data/data/bedrock/1.17.10/protocol.json +1 -1
- package/minecraft-data/data/bedrock/1.17.10/types.yml +2 -2
- package/minecraft-data/data/bedrock/1.17.30/protocol.json +1 -1
- package/minecraft-data/data/bedrock/1.17.30/types.yml +2 -2
- package/minecraft-data/data/bedrock/1.17.40/protocol.json +1 -1
- package/minecraft-data/data/bedrock/1.17.40/types.yml +2 -2
- package/minecraft-data/data/bedrock/1.18.0/protocol.json +1 -1
- package/minecraft-data/data/bedrock/1.18.0/types.yml +2 -2
- package/minecraft-data/data/bedrock/1.18.11/protocol.json +1 -1
- package/minecraft-data/data/bedrock/1.18.11/types.yml +2 -2
- package/minecraft-data/data/bedrock/1.18.30/protocol.json +1 -1
- package/minecraft-data/data/bedrock/1.18.30/types.yml +2 -2
- package/minecraft-data/data/bedrock/1.19.1/protocol.json +1 -1
- package/minecraft-data/data/bedrock/1.19.1/types.yml +2 -2
- package/minecraft-data/data/bedrock/1.19.10/protocol.json +1 -1
- package/minecraft-data/data/bedrock/1.19.10/types.yml +1 -1
- package/minecraft-data/data/bedrock/1.19.20/protocol.json +1 -1
- package/minecraft-data/data/bedrock/1.19.20/types.yml +1 -1
- package/minecraft-data/data/bedrock/1.19.21/protocol.json +1 -1
- package/minecraft-data/data/bedrock/1.19.21/types.yml +1 -1
- package/minecraft-data/data/bedrock/1.19.30/protocol.json +1 -1
- package/minecraft-data/data/bedrock/1.19.30/types.yml +1 -1
- package/minecraft-data/data/bedrock/1.19.40/protocol.json +1 -1
- package/minecraft-data/data/bedrock/1.19.40/types.yml +1 -1
- package/minecraft-data/data/bedrock/1.19.50/protocol.json +1 -1
- package/minecraft-data/data/bedrock/1.19.50/types.yml +1 -1
- package/minecraft-data/data/bedrock/1.19.60/protocol.json +1 -1
- package/minecraft-data/data/bedrock/1.19.60/types.yml +1 -1
- package/minecraft-data/data/bedrock/1.19.62/protocol.json +1 -1
- package/minecraft-data/data/bedrock/1.19.62/types.yml +1 -1
- package/minecraft-data/data/bedrock/1.19.70/protocol.json +1 -1
- package/minecraft-data/data/bedrock/1.19.70/types.yml +1 -1
- package/minecraft-data/data/bedrock/1.19.80/protocol.json +1 -1
- package/minecraft-data/data/bedrock/1.19.80/types.yml +1 -1
- package/minecraft-data/data/bedrock/1.20.0/protocol.json +1 -1
- package/minecraft-data/data/bedrock/1.20.0/types.yml +1 -1
- package/minecraft-data/data/bedrock/1.20.10/proto.yml +4021 -0
- package/minecraft-data/data/bedrock/1.20.10/protocol.json +1 -1
- package/minecraft-data/data/bedrock/1.20.10/types.yml +2101 -0
- package/minecraft-data/data/bedrock/1.20.30/protocol.json +11748 -0
- package/minecraft-data/data/bedrock/1.20.30/version.json +6 -0
- package/minecraft-data/data/bedrock/common/features.json +10 -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 +80 -9
- package/minecraft-data/data/bedrock/latest/types.yml +17 -1
- package/minecraft-data/data/dataPaths.json +24 -2
- package/minecraft-data/data/pc/1.20/blocks.json +18251 -16821
- package/minecraft-data/data/pc/common/features.json +16 -1
- package/minecraft-data/data/pc/common/protocolVersions.json +64 -0
- package/minecraft-data/doc/history.md +10 -0
- package/package.json +1 -1
- package/typings/index-template.d.ts +4 -1
|
@@ -131,7 +131,7 @@ Item:
|
|
|
131
131
|
metadata: varint
|
|
132
132
|
# When server authoritative inventory is enabled, all allocated items have a unique ID used to identify
|
|
133
133
|
# a specifc item instance.
|
|
134
|
-
has_stack_id:
|
|
134
|
+
has_stack_id: bool
|
|
135
135
|
# StackNetworkID is the network ID of this item *instance*. If the stack is empty, 0 is always written for this
|
|
136
136
|
# field. If not, the field should be set to 1 if the server authoritative inventories are disabled in the
|
|
137
137
|
# StartGame packet, or to a unique stack ID if it is enabled.
|
|
@@ -131,7 +131,7 @@ Item:
|
|
|
131
131
|
metadata: varint
|
|
132
132
|
# When server authoritative inventory is enabled, all allocated items have a unique ID used to identify
|
|
133
133
|
# a specifc item instance.
|
|
134
|
-
has_stack_id:
|
|
134
|
+
has_stack_id: bool
|
|
135
135
|
# StackNetworkID is the network ID of this item *instance*. If the stack is empty, 0 is always written for this
|
|
136
136
|
# field. If not, the field should be set to 1 if the server authoritative inventories are disabled in the
|
|
137
137
|
# StartGame packet, or to a unique stack ID if it is enabled.
|
|
@@ -131,7 +131,7 @@ Item:
|
|
|
131
131
|
metadata: varint
|
|
132
132
|
# When server authoritative inventory is enabled, all allocated items have a unique ID used to identify
|
|
133
133
|
# a specifc item instance.
|
|
134
|
-
has_stack_id:
|
|
134
|
+
has_stack_id: bool
|
|
135
135
|
# StackNetworkID is the network ID of this item *instance*. If the stack is empty, 0 is always written for this
|
|
136
136
|
# field. If not, the field should be set to 1 if the server authoritative inventories are disabled in the
|
|
137
137
|
# StartGame packet, or to a unique stack ID if it is enabled.
|
|
@@ -131,7 +131,7 @@ Item:
|
|
|
131
131
|
metadata: varint
|
|
132
132
|
# When server authoritative inventory is enabled, all allocated items have a unique ID used to identify
|
|
133
133
|
# a specifc item instance.
|
|
134
|
-
has_stack_id:
|
|
134
|
+
has_stack_id: bool
|
|
135
135
|
# StackNetworkID is the network ID of this item *instance*. If the stack is empty, 0 is always written for this
|
|
136
136
|
# field. If not, the field should be set to 1 if the server authoritative inventories are disabled in the
|
|
137
137
|
# StartGame packet, or to a unique stack ID if it is enabled.
|