Skip to content

Add a configuration option to automatically run gradlew processResources when F3+T is pressed in a development environment#4522

Merged
jurrejelle merged 4 commits intoGregTechCEu:1.20.1from
screret:sc/dev-utils
Feb 8, 2026
Merged

Add a configuration option to automatically run gradlew processResources when F3+T is pressed in a development environment#4522
jurrejelle merged 4 commits intoGregTechCEu:1.20.1from
screret:sc/dev-utils

Conversation

@screret
Copy link
Contributor

@screret screret commented Jan 29, 2026

What

Title

Implementation Details

The mixin hook (conditionally) wraps the MC resource reload future with another one that runs ./gradlew :processResources (on unix) or cmd /c gradlew.bat :processResources (on Windows) before letting MC do its thing.

Outcome

Developers can now change textures/models/etc. without restarting the game every time.

@screret screret requested a review from a team as a code owner January 29, 2026 21:16
@jurrejelle jurrejelle merged commit 433cff4 into GregTechCEu:1.20.1 Feb 8, 2026
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants