Posted July 30, 20196 yr i followed the discription "Enabling Test mods" on Forge Wiki for 1.14.x, but the mods dont get loaded on runtime Edited July 30, 20196 yr by cheaterpaul Vampirism
October 7, 20195 yr Author replace environment 'MOD_CLASSES', 'dummy' // Needed to work around FG limitation, FG will replace this! in build.gradle under project(':forge') > patcher > runs > forge_test_client with environment 'MOD_CLASSES', "${project.file('build/resources/test').canonicalPath};${project.file('build/classes/java/test').canonicalPath}" (maybe you have to replace ; with : ) and start the forge forge test client Vampirism
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.