minecraft-data 3.14.1 → 3.15.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
CHANGED
|
@@ -1114,7 +1114,7 @@ module.exports =
|
|
|
1114
1114
|
get effects () { return require("./minecraft-data/data/pc/1.19/effects.json") },
|
|
1115
1115
|
get items () { return require("./minecraft-data/data/pc/1.19/items.json") },
|
|
1116
1116
|
get enchantments () { return require("./minecraft-data/data/pc/1.19/enchantments.json") },
|
|
1117
|
-
get recipes () { return require("./minecraft-data/data/pc/1.
|
|
1117
|
+
get recipes () { return require("./minecraft-data/data/pc/1.19/recipes.json") },
|
|
1118
1118
|
get instruments () { return require("./minecraft-data/data/pc/1.19/instruments.json") },
|
|
1119
1119
|
get materials () { return require("./minecraft-data/data/pc/1.19/materials.json") },
|
|
1120
1120
|
get language () { return require("./minecraft-data/data/pc/1.19/language.json") },
|
package/doc/history.md
CHANGED
|
@@ -1113,7 +1113,7 @@
|
|
|
1113
1113
|
"effects": "pc/1.19",
|
|
1114
1114
|
"items": "pc/1.19",
|
|
1115
1115
|
"enchantments": "pc/1.19",
|
|
1116
|
-
"recipes": "pc/1.
|
|
1116
|
+
"recipes": "pc/1.19",
|
|
1117
1117
|
"instruments": "pc/1.19",
|
|
1118
1118
|
"materials": "pc/1.19",
|
|
1119
1119
|
"language": "pc/1.19",
|
|
@@ -1430,4 +1430,4 @@
|
|
|
1430
1430
|
"version": "bedrock/1.19.30"
|
|
1431
1431
|
}
|
|
1432
1432
|
}
|
|
1433
|
-
}
|
|
1433
|
+
}
|