Posted July 28, 20205 yr I want to use hotswap When I develop forge mod in idea. I tried to reduce the number of runClient, when I tried it was nothing use. I also have try jrebel,But it cannt be use. So is there any methob to Hotswap? Minecraft 1.16 Forge 1.16.1-32.0.75 Thanks!
July 28, 20205 yr Although DCEVM and JRebel do work for most Java applications, there may be difficulties with using them for Minecraft modding development. You are basically on your own when trying to use these, as they may introduce subtle differences which may throw off how Forge and FML works. The only officially supported Java version for Minecraft and Forge is Java 8. Any higher is not officially supported by either Mojang or the Forge team. Though they may run on higher versions, support and help will not be given unless issues can be reproduced with Java 8 (OpenJDK 8 HotSpot, for example, is a supported JVM). I can only suggest that you stick with the built-in and limited hotswapping capabilities of the JVM, since anything else is outside support if they cause issues.
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.