Posted January 4, 20205 yr I have been constantly for the last 2 days to get my head around this problem. I've seen countless tutorials and I've read countless forum posts but I couldn't for the life of me fix this. As the title suggests I don't have any errors within my code (none that I know of, at least) yet the .Lang file and the textures or models don't load. It's like they don't even exist. Here's a link to my code and the resources folder: https://github.com/IAmwYvern/bettercombatmod Thank you in advance
January 4, 20205 yr Not sure, but why is your mcmod.info file inside your item models folder? https://github.com/IAmwYvern/bettercombatmod/tree/master/src/main/resources/asstes/bettercombatmod/models/item Additionally, your repo is incomplete. You are missing all of the gradle files that make your repo a compilable project. Eg, all of this: https://github.com/Draco18s/ReasonableRealism/ Third, Quote "mcversion": "1.12", Update to at least 1.14 to receive support: Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
January 5, 20205 yr Author 10 hours ago, Draco18s said: Additionally, your repo is incomplete. You are missing all of the gradle files that make your repo a compilable project. Yeah I'm sorry about that it wouldn't let me upload them idk why. 10 hours ago, Draco18s said: Update to at least 1.14 to receive support: My mod was 1.14 but I couldn't find that many resources or forum posts to go off of so I went down to 1.12. additionally when I made the mod in 1.14 following a tutorial (the 1.14 series by Harry talks) it worked, but the methods he used are apparently wrong (learned that from this forum). I am going to update to 1.14 and see if the problem persists. Thank you for the advice!
January 10, 20205 yr See 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)
January 10, 20205 yr On 1/4/2020 at 1:07 PM, wYvern said: I have been constantly for the last 2 days to get my head around this problem. I've seen countless tutorials and I've read countless forum posts but I couldn't for the life of me fix this. As the title suggests I don't have any errors within my code (none that I know of, at least) yet the .Lang file and the textures or models don't load. It's like they don't even exist. I would expect spelling "assets" correctly (instead of "asstes") will make a world of difference. Even in 1.14.4.
January 12, 20205 yr Author On 1/10/2020 at 10:38 AM, Ommina said: I would expect spelling "assets" correctly (instead of "asstes") will make a world of difference. Even in 1.14.4. Thanks for the advice. Kinda old thread i got everything working already
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.