Posted February 28, 20232 yr How can i add more mod when runClient in Intellij? i tried something like this but it not worked I add to build.gradle ``` dependencies { minecraft 'net.minecraftforge:forge:1.19.3-44.1.0' compileOnly "com.tom5454.cpm:CustomPlayerModels" } ``` or `implementation "com.tom5454.cpm:CustomPlayerModels"` or `/runtimeOnly fg.deobf("com.tom5454.cpm:CustomPlayerModels")` Edited February 28, 20232 yr by None283 Forgot something
February 28, 20232 yr Author 16 minutes ago, ChampionAsh5357 said: I suggest reading up on the wiki. How to debugging my Minecraft Forge mods? I want to see what it println on cmd or etc... when running Minecraft Forge
February 28, 20232 yr The same way you would debug any Java application. If you don't know how to do so, I suggest reading up on how to use your IDE.
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.