-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.21.4 #33
base: master
Are you sure you want to change the base?
1.21.4 #33
Conversation
What's the error ? Shouldn't we fix it ? |
Lots of errors like this but with different items:
The 1.21.4 jar is missing a lot of item models for some reason. |
Probably they're in a different location, can you check the new folder
structure?
…On Wed, Jan 22, 2025, 06:58 SuperGamerTron ***@***.***> wrote:
Lots of errors like this but with different items:
Error: ENOENT: no such file or directory, open 'D:\PrismarineJS\minecraft-jar-extractor\temp/1.21.4/assets/minecraft/models/item/vault.json'
at Object.openSync (node:fs:596:3)
at Object.readFileSync (node:fs:464:35)
at extractModel (D:\PrismarineJS\minecraft-jar-extractor\image_names.js:232:31)
at D:\PrismarineJS\minecraft-jar-extractor\image_names.js:255:21
at Array.map (<anonymous>)
at getItems (D:\PrismarineJS\minecraft-jar-extractor\image_names.js:253:42)
at D:\PrismarineJS\minecraft-jar-extractor\image_names.js:330:5
at D:\PrismarineJS\minecraft-jar-extractor\get_minecraft_files.js:16:7
The 1.21.4 jar is missing a lot of item models for some reason.
—
Reply to this email directly, view it on GitHub
<#33 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAR437QCWKV4HAKSTX5FGHL2L4XPFAVCNFSM6AAAAABVTUV5SOVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMBWGM3DENZYGE>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
The folder structure has indeed been changed. Some models have been moved or added into a new folder. |
Ok let's add a if version more than 1.21.4 and point to the new folder in the script |
let's finish it ? |
It's ready. The new folder uses a different model format, I'll make a pr in the jar extractor. |
please do |
The jar extractor is currently failing to generate item models for 1.21.4.