File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog #
22
3+ ## 0.14.7 ##
4+
5+ ### Bug Fixes ###
6+
7+ * Fixed bad mod dependency string.
8+
39## 0.14.6 ##
410
511### Technical ###
Original file line number Diff line number Diff line change 11{
22 "homepage" : " https://github.com/glektarssza/minecraft-gtnh-customizer" ,
33 "promos" : {
4- "1.7.10-latest" : " 0.14.6 " ,
5- "1.7.10-recommended" : " 0.14.6 "
4+ "1.7.10-latest" : " 0.14.7 " ,
5+ "1.7.10-recommended" : " 0.14.7 "
66 }
77}
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ modId = gtnh_customizer
1414modGroup = com.glektarssza.gtnh_customizer
1515
1616# Mod dependencies for Tags.java population.
17- modDependencies = " after:serverutilities;after:TConstruct;after:XaeroMinimap;after:Thaumcraft;after:SpecialMobs"
17+ modDependencies = after:serverutilities;after:TConstruct;after:XaeroMinimap;after:Thaumcraft;after:SpecialMobs
1818
1919# Whether to use modGroup as the maven publishing group.
2020# When false, com.github.GTNewHorizons is used.
You can’t perform that action at this time.
0 commit comments