[1.16.4] tips.json in config folder generates empty.
NJL5390 opened this issue ยท 14 comments
Forge version: 35.1.29
Minecraft Version: 1.16.4
Console Experience version: 1.7
Hello!
When I've been playing the latest version of your mod I noticed that whenever I would be in the loading screen added by this mod, it would just say "missingno" where the loading screen tip should be, like so:
After looking in the config files I found the tips.json file to configure the loading screen tips and noticed it was completely empty.
I've edited plenty of config files in the past to tweak modpacks to my liking but I have no idea how to write one from scratch.
Would you be able to add in some example tips to this file? It would allow me and others who don't know how to write these files from scratch to add our own tips in and get an idea of the format of how the tips should be written to work properly. (Note: Every other config file this mod generated has generated properly, it's just tips.json that is having this issue).
Seems to be a Windows related problem. The file as it should be can be found in the root of the mod jar. Only the copying itself seems to be the issue. Here is an exampe:
[
"Use seagrass to attract and breed sea turtles.",
"You can breed Hoglins with Crimson Fungus, but it is dangerous!"
]
You're right! After looking in the mod jar using 7-zip I have been able to find the completed tips.json file with all tips in place.
Copying it over manually seemed to do the trick:
I have no idea why this file specifically is having a problem, when no other config file from this mod has had any problems being copied over.
Thanks for your help! I appreciate it!
Can you please test if this build fixes the issue?
Or this. Please also send me the latest.log
file.
Thanks! I'll have a look at those builds in a bit and report back with the results.
First file didn't work. Here is my latest log from this test:
latest.log
Will feedback about the second one in a little bit...
Second one didn't work either. Here is my log from that attempt:
latest.log
It appears to describe a null pointer exception when attempting to copy over tips.json
I hope this is of use to you!
If you need me to do anything else, Just let me know.
Alright, thanks! Please try this one as well.
And also this one.
A already know what causes the issue, only question now is how to fix it.
No Luck with the third file:
latest.log
Fourth one fixed it! Everything copied over correctly!
latest.log