#Is there a way to have the running process auto refresh on code change in IntelliJ?
11 messages · Page 1 of 1 (latest)
wdym build the code
is it possible to reload the mod's classes without building again?
ok
Theres a shortcut for it, like Fn+9 or something
The hammer icon on the upper right corner will do. Also, https://docs.fabricmc.net/develop/getting-started/launching-the-game#hotswapping-classes
You can also right click in the file you're changing and choose "Compile And Reload File" (caveat the limitations in the above link). I do this all the time when I'm tweaking things.