Posted July 8, 20196 yr The mod was working perfectly up until I added resources.assets.modid folder and the contents in them. I'm not sure why a folder change can cause this and I've been struggling for a day on how to fix this. No one seems to have this issue but, this could be the direct or indirect cause of my own stupidity. Either way, I appreciate any replies. Output: https://pastebin.com/kzU3QPQk Screenshots below.
July 8, 20196 yr Can you post your main class and your mods.toml file. Because it says your main class with the @Mod annotation has "assets" as the modid parameter. Edited July 8, 20196 yr by Meldexun
July 9, 20196 yr Author Sorry for my lack of replies. I've been asleep. This was due to a Refactoring error when I renamed a file in my resources folder. Under my main file instead of : @Mod("modid") It got renamed to: @mod("assets") Partly due to me not checking that file, but rather every other one. Completely my fault.
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.