We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b01a6b commit eedb4f0Copy full SHA for eedb4f0
package.json
@@ -2,7 +2,7 @@
2
"name": "@modifiedcommand/convert-minecraft-java-texture-to-bedrock-api",
3
"type": "module",
4
"productName": "ConvertJavaTextureToBedrockApi",
5
- "version": "4.1.2",
+ "version": "4.1.3",
6
"description": "API for convert Minecraft Java texture packs to Bedrock texture packs",
7
"keywords": [
8
"Minecraft",
@@ -23,7 +23,7 @@
23
},
24
"homepage": "https://github.com/ModifiedCommand/ConvertJavaTextureToBedrockApi#readme",
25
"dependencies": {
26
- "@modifiedcommand/convert-base-api": "^1.0.7",
+ "@modifiedcommand/convert-base-api": "1.0.8",
27
"uuid": "3.4.0"
28
29
"devDependencies": {},
0 commit comments