GregTechCEu / Buildscripts

Shared buildscripts and templates for 1.12.2 Minecraft mods
MIT License
26 stars 10 forks source link

add option to strip forge requirements #101

Closed WaitingIdly closed 3 months ago

WaitingIdly commented 3 months ago

changes in this PR:

this is done so that when you need to add dependencies which require at least a specific forge version, you dont have to manually add this mod, and its just a config change away.

if it didnt require mixins to be enabled i would want it set to true by default, but since it does in fact require mixins, that would cause it to be a weird side-effect of enabling mixins. as such, its a separate setting with a comment indicating it needs mixins to be enabled.