Posted July 12, 20205 yr So I am updating my mods to 1.14.4 from 1.12. If I put the mod and files into the src/main/java Source folder inside eclipse, everything works normally. I have a sub folder (which was created when setting up the 1.14.4 environment) called src/test/java If i put the mod inside that folder, it gets ignored and doesn't load into the game I have multiple mods, so the mods.toml Will obviously overwrite and the overwritten mods.toml will not load anyway. Edited July 13, 20205 yr by Zeher_Monkey
July 12, 20205 yr Author I have solved this issue. To get this to work I had to stack the mods.toml Of both mods into 1, and put the mods into the src/main Folder. Very annoying as I have to work on multiple mods at the same time. In 1.12.2 everything worked as it should, but with 1.14.4 using the new mods.toml, it would end up only reading the one in src/main. If anyone can solve the issue, please let me know. I'm sure its a problem with eclipse.
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.