Posted June 14, 20196 yr Working on a mod in 1.14 and I want to know about file structure and how model json is written. So how do I get a default resource pack? Edited June 14, 20196 yr by Snownee Update status
June 14, 20196 yr Assets and data are inside the vanilla minecraft jar. You can either extract that in .minecraft or look at it in your referenced/external libraries in your IDE About Me Spoiler My Discord - Cadiboo#8887 My Website - Cadiboo.github.io My Mods - Cadiboo.github.io/projects My Tutorials - Cadiboo.github.io/tutorials Versions below 1.14.4 are no longer supported on this forum. Use the latest version to receive support. When asking support remember to include all relevant log files (logs are found in .minecraft/logs/), code if applicable and screenshots if possible. Only download mods from trusted sites like CurseForge (minecraft.curseforge.com). A list of bad sites can be found here, with more information available at stopmodreposts.org Edit your own signature at www.minecraftforge.net/forum/settings/signature/ (Make sure to check its compatibility with the Dark Theme)
June 14, 20196 yr Author 1 hour ago, Cadiboo said: Assets and data are inside the vanilla minecraft jar. You can either extract that in .minecraft or look at it in your referenced/external libraries in your IDE Solved. But I wonder can you directly open minecraft assets in your IDE? it seems impossible in mine
June 15, 20196 yr 1 hour ago, Snownee said: Solved. But I wonder can you directly open minecraft assets in your IDE? it seems impossible in mine Which IDE are you using? I use Eclipse which has a generic text editor, or a plug-in for JSON files.
June 15, 20196 yr Author 11 minutes ago, PhilipChonacky said: Which IDE are you using? I use Eclipse which has a generic text editor, or a plug-in for JSON files. I use Eclipse. When I try to open assets I get: "System editor can only open file base resources"
June 15, 20196 yr I'm a little unclear where you re coming across this. Do you have a screenshot? Below is a shot of my preferences showing the handlers for JSON files. JSON Editor is a plug-in I installed that structures the view of JSON files
June 15, 20196 yr Author 1 minute ago, PhilipChonacky said: I'm a little unclear where you re coming across this. Do you have a screenshot? Below is a shot of my preferences showing the handlers for JSON files. JSON Editor is a plug-in I installed that structures the view of JSON files I opened file in Referenced Libraries/client extra.jar, not my own resources
June 15, 20196 yr 4 minutes ago, Snownee said: I opened file in Referenced Libraries/client extra.jar, not my own resources This is what I get with the Referenced Libraries/client extra.jar, I vaguely recall a generic error like the one you describe before I set a handler for the file, but I definitely don't get one now.
June 15, 20196 yr Author 11 minutes ago, PhilipChonacky said: This is what I get with the Referenced Libraries/client extra.jar, I vaguely recall a generic error like the one you describe before I set a handler for the file, but I definitely don't get one now. It finally works. Thank you!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.