Started by
theDisruptor
on
Topic category: Feature requests and ideas for MCreator
It would be nice if we could lock mcreator.gradle, build.gradle, and settings.gradle just like we can lock mod elements :D
Topic category: Feature requests and ideas for MCreator
It would be nice if we could lock mcreator.gradle, build.gradle, and settings.gradle just like we can lock mod elements :D
Build.gradle does not get regenerated unless you're switching generator versions, and mcreator.gradle is just an extension of build.gradle, so you can remove the apply line at the end and copy the contents in its place.