minecraft-data 3.1.1 → 3.2.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 +3 -1
- package/doc/history.md +3 -0
- package/index.d.ts +14 -4
- 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/recipes.json +1442 -1388
- package/minecraft-data/data/bedrock/1.18.11/blocks.json +3 -3
- package/minecraft-data/data/bedrock/1.18.11/recipes.json +1442 -1388
- package/minecraft-data/data/dataPaths.json +3 -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/protocolVersions.json +42 -0
- package/minecraft-data/doc/history.md +7 -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
|
@@ -9473,6 +9473,7 @@
|
|
|
9473
9473
|
"minecraft:beetroots[age=2]": "minecraft:beetroot[growth=4]",
|
|
9474
9474
|
"minecraft:beetroots[age=3]": "minecraft:beetroot[growth=7]",
|
|
9475
9475
|
"minecraft:dirt_path[]": "minecraft:grass_path[]",
|
|
9476
|
+
"minecraft:grass_path[]": "minecraft:grass_path[]",
|
|
9476
9477
|
"minecraft:end_gateway[]": "minecraft:end_gateway[]",
|
|
9477
9478
|
"minecraft:repeating_command_block[conditional=true,facing=north]": "minecraft:repeating_command_block[conditional_bit=true,facing_direction=2]",
|
|
9478
9479
|
"minecraft:repeating_command_block[conditional=true,facing=east]": "minecraft:repeating_command_block[conditional_bit=true,facing_direction=5]",
|