-
Notifications
You must be signed in to change notification settings - Fork 59
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.12.2 and earlier] No hat pack folder within hats file, mod not working entirely aside from the UI #189
Comments
I need to see the logs as well if you could.
***EDIT*** Please use this solution in the meantime: #189 (comment)
EDIT2: Version 7.1.0 for MC 1.12.2 will contain a fix. Previous versions of Hats for other MC versions will not be fixed, sorry about that.
|
How do I provide that? Sorry, kinda new to this. |
Look for your log files in your Minecraft install and paste them in some
text file sharing site like pastebin.com or gist.github.com.
I'm looking for latest.log I think.
…On Tue, 17 Sep 2019, 11:58 am bobbygoin, ***@***.***> wrote:
How do I provide that? Sorry, kinda new to this.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#189?email_source=notifications&email_token=AARRETBJUCQ4RGXIIT4CNQDQKBIU3A5CNFSM4IXGIC62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD63GRWI#issuecomment-532048089>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AARRETA24X2QLHJTCPGQDE3QKBIU3ANCNFSM4IXGIC6Q>
.
|
Alright sounds good, here you go: https://pastebin.com/0FK1V61v |
I can send it, too, if you need it. |
Are you all on MC 1.7.10?
…On Tue, Sep 17, 2019 at 8:21 PM NEVIP ***@***.***> wrote:
I can send it, too, if you need it.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#189?email_source=notifications&email_token=AARRETFBMAYVDQPNZYP33UTQKDDU7A5CNFSM4IXGIC62YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD64KWIQ#issuecomment-532196130>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AARRETFABF4QP2CKY6IKVRDQKDDU7ANCNFSM4IXGIC6Q>
.
|
Yes, 1.7.10. To be more precise I am attempting to play the Feed the Beast Infinity Evolved modpack. Worked fine 4 months ago, trying to play again and now it isn’t. |
I'm use 1.12.2 |
It seems the only issue is that there is no hat folder. The UI works but there are no hats to be put on mobs or to unlock. |
Any updates? |
We just need the hat pack folder. That's it. Can you provide that? |
I went ahead and looked through the code to figure out this issue. The issue is happening because it seems like CreeperHost (where the hat download is located) has forced TLS on all their requests. On line 43 in
This URL is deprecated and now reinforces a redirect, which Java cannot parse, and instead parses HTML, which is why the hats are not downloaded. The The new URL is here. I also took the liberty of updating the XML file and converting all the links to HTTPS. I don't know when iChun plans on updating this and publishing it to CurseForge, but I can provide a download to the hats if you'd like. I don't know if I'm allowed to distribute the jar I built, so the hats download is probably the best bet. == NOTE: This method is for 1.12.2 only, as the hats models have a new model format using Tabula. 1.7.10 method is shown here. EDIT: I provided a download for all the hats. Unzip this file to the EDIT 2: If you are hosting a modpack, I would highly suggest that you ship this with your modpack download, so that the clients can have it without depending on having to download it. |
Thanks man! I unfortunately still couldn't get it to work despite the hats folder being in there... sucks. |
It worked for me. If you haven't yet, close Minecraft, make sure that the hats are in the mod folder like so: Note that Once you have done that, relaunch and they should all be visible. |
Will give it another shot tomorrow! Thanks again man! |
All you did was place the hats files? Do I have to do anything with the first portion you sent? |
Correct. All you have to do is extract the contents of the file I sent directly into The file structure should look like this, here's an example from my modpack: If you are still having issues, you can confirm if the mod loaded all the hats by searching for this in your
|
@mild-prowler You're our savior (or hero?), thank you so much! Человеческое спасибо! |
Still doesn't work... I'm on 1.7.10 |
Checked the log, says 0 hats loaded. 0 are contributor hats. |
My bad. I didn't realize you were on 1.7.10. Give me a second to figure it out. EDIT: EDIT2: Done. I went ahead and set up a download for the 1.7.10 hats. The file structure is different than that for 1.12.2. I'll be updating the original post with this new info. Go ahead and remove the original file I gave you, including the The mod should have created a new folder called Extract all of the
|
Thanks so much for looking into this @mild-prowler I'm a bit preoccupied IRL right now but when I can I will try to get updated builds out that will point to the right URL. Thanks again! I'll leave this issue open for people who come round asking. |
Thanks iChun! |
No worries mindprowler thanks so much for the help! You're awesome. |
I remember playing 1.7.10 FTB Infinity Evolved and there were much more hats than this. I remember the turtle "Jeremy" in particular, which isn't here. |
I'm a big dumb idiot because I forgot to let the rest of the hats download before zipping the archive. I'm so sorry about that. Here is the new download for all the hats. It should include 198 hats in total. I'm so sorry about that.
|
You're good man, thanks! Let me give it a shot. |
Ended up working in single player, but I need it to work in multiplayer and there's no way for MCProHosting to take all those files at once, and they don't allow to upload folders for some reason? |
That must be an issue unrelated to the Hats mod. You can add me on Discord ( |
I actually ended up getting it working on the server! I was able to get the site to fetch the download straight from what you linked and got it all on there, was even able to unzip it within their file access page. Thanks again! So happy it’s working, wish it worked flawlessly like it did not even 4 months ago. |
Contributor hats don't seem to be working though. Latest log says 0 are contributor hats. |
I fixed this on my end. It will be in the update for 1.12.2, version 7.1.0. However I will not be backporting this fix to the 1.7.10 version of the mod. Please use @mild-prowler's fix for 1.7.10 found here: #189 (comment) I am going to be leaving this issue open for reference of those having this issue still. |
Closing all issues as Hats has been rewritten from the ground up and the old mod for a long time now was no longer supported.. I'm sorry I wasn't able to address your issue. If you're still playing modded Minecraft, consider checking out Hats for 1.16.5+. I'm keeping this issue pinned as there is still a significant number of users on these versions and they might check here wanting to submit an issue. However pre-1.16.5 Hats is no longer support and hasn't been for a long while so I will be making no attempts to fix or update the old mod. |
Title says it all, the hats mod which I have reinstalled multiple times refuses to work. No mobs have hats on, nor do any show when I click "show all hats" in the UI.
The text was updated successfully, but these errors were encountered: