editor icon indicating copy to clipboard operation
editor copied to clipboard

Have a button to move files from development folder to relative resource folders.

Open Mattlekim opened this issue 2 years ago • 1 comments

I would love it if there was a button that would move the behaviour and resource files from the development folder inside Minecraft in to there relative behaviour and resource pack folders.

Then when I make a change to any code in bridge have it automaticallymove them back to the development folder.

The reason, pushing updates to relms servers is a pain currently. I have to go to the Minecraft folder and manually move them to the correct folders then start Minecraft to push the update to the server. Then I have to revers the process in order to Cary on working on the mod. If I forget to revers the process I get errors hand have to rebuild and delete the files in the resource pack and behaviour pack folders.

Part of my testing process is testing it on my server with other users. This often highlights bugs that get missed when playing single player.

As such I view this as part of development and having a button to do this would greatly simplify.and speed up the process.

I have also had to respond to simulor questions about have to push updates to a server.

Mattlekim avatar Feb 03 '22 13:02 Mattlekim

If I understand your request correctly, this can already be solved with a compiler plugin that just outputs your packs into a different folder

solvedDev avatar Feb 18 '22 13:02 solvedDev