We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eedb4f0 commit d232141Copy full SHA for d232141
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.3",
+ "version": "4.1.4",
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.8",
+ "@modifiedcommand/convert-base-api": "1.0.9",
27
"uuid": "3.4.0"
28
29
"devDependencies": {},
0 commit comments