diff --git a/install.json b/install.json index 1b2f426..a158ca9 100644 --- a/install.json +++ b/install.json @@ -218,6 +218,17 @@ "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceTag": "1.6.40" }, + { + "Id": "mod:battlegear2", + "Name": "Battlegear2", + "DestPath": "mods/battlegear2.jar", + "SourceUrl": "https://github.com/GTNewHorizons/Battlegear2-for-Backhand/releases/download/1.5.6-backhand/battlegear2-1.5.6-backhand.jar", + "SourceType": "GitHub", + "SourceOwner": "GTNewHorizons", + "SourceName": "Battlegear2-for-Backhand", + "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?\\-backhand\\.jar$", + "SourceTag": "1.5.6-backhand" + }, { "Id": "mod:baubles", "Name": "Baubles Expanded", diff --git a/updates.json b/updates.json index f25dfef..63cb006 100644 --- a/updates.json +++ b/updates.json @@ -1,8 +1,11 @@ { "Updates": [ { - "Version": "1.12.4.1", + "Version": "1.12.4.0", "Actions": [ + { + "InheritFrom": "config:both" + }, { "InheritFrom": "mod:ae2fc" }, @@ -59,14 +62,6 @@ }, { "InheritFrom": "mod:witheryextras" - } - ] - }, - { - "Version": "1.12.4.0", - "Actions": [ - { - "InheritFrom": "config:both" }, { "InheritFrom": "mod:worldedit" @@ -79,6 +74,9 @@ }, { "InheritFrom": "mod:backhand" + }, + { + "InheritFrom": "mod:battlegear2" } ] },