minecraft-data 2.97.0 → 2.99.1

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.
@@ -986,6 +986,29 @@
986
986
  "loginPacket": "pc/1.17",
987
987
  "tints": "pc/1.17",
988
988
  "mapIcons": "pc/1.16"
989
+ },
990
+ "1.18": {
991
+ "blocks": "pc/1.17",
992
+ "blockCollisionShapes": "pc/1.17",
993
+ "biomes": "pc/1.17",
994
+ "effects": "pc/1.17",
995
+ "items": "pc/1.17",
996
+ "enchantments": "pc/1.17",
997
+ "recipes": "pc/1.17",
998
+ "instruments": "pc/1.16.1",
999
+ "materials": "pc/1.17",
1000
+ "language": "pc/1.17",
1001
+ "entities": "pc/1.17",
1002
+ "protocol": "pc/1.18",
1003
+ "windows": "pc/1.16.1",
1004
+ "version": "pc/1.18",
1005
+ "foods": "pc/1.17",
1006
+ "particles": "pc/1.17",
1007
+ "blockLoot": "pc/1.17",
1008
+ "entityLoot": "pc/1.17",
1009
+ "loginPacket": "pc/1.17",
1010
+ "tints": "pc/1.17",
1011
+ "mapIcons": "pc/1.16"
989
1012
  }
990
1013
  },
991
1014
  "bedrock": {
@@ -177,32 +177,29 @@
177
177
  "container",
178
178
  [
179
179
  {
180
- "name": "originX",
181
- "type": "f64"
180
+ "name": "origin",
181
+ "type": "position"
182
182
  },
183
183
  {
184
- "name": "originY",
185
- "type": "f64"
184
+ "name": "positionType",
185
+ "type": "string"
186
186
  },
187
187
  {
188
- "name": "originZ",
189
- "type": "f64"
190
- },
191
- {
192
- "name": "destX",
193
- "type": "f64"
194
- },
195
- {
196
- "name": "destY",
197
- "type": "f64"
198
- },
199
- {
200
- "name": "destZ",
201
- "type": "f64"
188
+ "name": "destination",
189
+ "type": [
190
+ "switch",
191
+ {
192
+ "compareTo": "positionType",
193
+ "fields": {
194
+ "minecraft:block": "position",
195
+ "minecraft:entity": "varint"
196
+ }
197
+ }
198
+ ]
202
199
  },
203
200
  {
204
201
  "name": "ticks",
205
- "type": "i32"
202
+ "type": "varint"
206
203
  }
207
204
  ]
208
205
  ]
@@ -177,32 +177,29 @@
177
177
  "container",
178
178
  [
179
179
  {
180
- "name": "originX",
181
- "type": "f64"
180
+ "name": "origin",
181
+ "type": "position"
182
182
  },
183
183
  {
184
- "name": "originY",
185
- "type": "f64"
184
+ "name": "positionType",
185
+ "type": "string"
186
186
  },
187
187
  {
188
- "name": "originZ",
189
- "type": "f64"
190
- },
191
- {
192
- "name": "destX",
193
- "type": "f64"
194
- },
195
- {
196
- "name": "destY",
197
- "type": "f64"
198
- },
199
- {
200
- "name": "destZ",
201
- "type": "f64"
188
+ "name": "destination",
189
+ "type": [
190
+ "switch",
191
+ {
192
+ "compareTo": "positionType",
193
+ "fields": {
194
+ "minecraft:block": "position",
195
+ "minecraft:entity": "varint"
196
+ }
197
+ }
198
+ ]
202
199
  },
203
200
  {
204
201
  "name": "ticks",
205
- "type": "i32"
202
+ "type": "varint"
206
203
  }
207
204
  ]
208
205
  ]