Hexeption / MCP-Reborn

MCP-Reborn is an MCP (Mod Coder Pack) for Minecraft for making modded clients and researching its code. (1.13-1.20.1)
Other
1.03k stars 137 forks source link

Where is the assets/textures located? #179

Open femboymcfox opened 2 years ago

femboymcfox commented 2 years ago

before i could throw it in the actual project, than later it worked by throwing it in the run folder, now I had to add assets to client-extra.jar and it worked, now anything I try to do it will not find the assets folder, nothing wrong with my code, optifine can't even find the goddamn assets/textures file

[12:55:09] [VersionCheck/INFO]: [OptiFine] java.io.FileNotFoundException: http://optifine.net/version/1.18.1/HD_U.txt

[12:55:12] [Render thread/INFO]: [STDERR]: java.io.IOException: Problem reading font data.

[12:55:12] [Render thread/INFO]: [STDERR]: java.io.IOException: Problem reading font data. [12:55:12] [Render thread/INFO]: [STDERR]: at java.desktop/java.awt.Font.createFont0(Font.java:1208) [12:55:12] [Render thread/INFO]: [STDERR]: at java.desktop/java.awt.Font.createFont(Font.java:1076)

[13:41:36] [Render thread/INFO]: Narrator library for x64 successfully loaded [13:41:37] [Render thread/WARN]: Failed to load texture: minecraft:aero/icons.png java.io.FileNotFoundException: minecraft:aero/icons.png

frisby-ninja commented 2 years ago

I believe MCP downloads the assets from an external source, so I'm pretty sure Optifine does the same. It may be a problem with the importing.