Closed Caedis closed 9 months ago
It all came from https://github.com/GTNewHorizons/Angelica/tree/master/src/main/java/com/gtnewhorizons/angelica/config so ask @mitchej123
How would I make sure deps dont add it?
Looks like the original source is FalsePatternLib, which is LGPL-3 https://github.com/FalsePattern/FalsePatternLib/tree/master/src/main/java/com/falsepattern/lib/config after going through Angelica -> AF -> FalsePatternLib
How would I make sure deps dont add it?
According to https://wiki.gtnewhorizons.com/wiki/Development#Dependency_types you have the right one, it shouldn't be pulled into further things downstream.
Should probably add something to Credits indicating where it came from and the license. I didn't realize it came to AF via FPL or I would have included that in Angelica's credits.
Yah, talked to FP - he's fine with it going here, but let's put a mention in the credits/readme giving them credit
I actually had that ready to commit/push for awhile
This will allow our mods to easily create config files as well as allow them to be editable in game from the Forge config menu.
Should we also move this to here or even HP? https://github.com/GTNewHorizons/EnderCore/blob/master/src/main/java/com/enderio/core/client/gui/bettermodlist/EventHandlerGui.java
This allows the forge config gui to work in game.