Posted September 30, 20195 yr Hi there. Is there any way to reload edited resources (blockstates, models etc.) in a running game without rebuilding the mod in IntelliJ Idea? I have to add a bunch of resources and want to test the look of them but testing is kinda tedious with restarting the game every change. I know that F3+T reloads resources but the the resources are not there when reloading. Thanks for the help!
October 4, 20231 yr The textures on your mod are embedded into the jar file when you build your mod (or run it which also does the same). You would need to rebuild your mod to reload the resources, that is why F3 + T doesn't work. It only reads what is inside the built file once again. Edited October 4, 20231 yr by RRamsey
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.