drag0n1zed
AAdmincraft
•Created by drag0n1zed on 8/10/2024 in #questions
How to use Jetbrains Runtime for hotswapping
I enabled the jvm and -XX:+AllowEnhancedClassRedefinition and have successfully launched in debug mode. I changed a method (Item.Settings().maxCount(2) -> Item.Settings().maxCount(1)) and built it in gradle, but it isn't showing in Minecraft. Is there some type of reloading I have to do in Minecraft?
4 replies