diff --git a/install.json b/install.json index ead63dd..e4fcfdb 100644 --- a/install.json +++ b/install.json @@ -1,5 +1,5 @@ { - "Version": "1.12.3.0", + "Version": "1.12.4.0", "Actions": [ { "Id": "config:both", @@ -1760,6 +1760,17 @@ "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", "SourceTag": "1.3.1" }, + { + "Id": "mod:worldedit", + "Name": "WorldEdit", + "DestPath": "mods/worldedit.jar", + "SourceUrl": "https://github.com/GTNewHorizons/worldedit-gtnh/releases/download/v0.0.8/worldedit-v0.0.8.jar", + "SourceType": "GitHub", + "SourceOwner": "GTNewHorizons", + "SourceName": "worldedit-gtnh", + "SourceRegex": "^.*\\-(|v|V)[0-9\\.\\+\\-]*?(|\\-pre|\\-GTNH|\\-gtnh)\\.jar$", + "SourceTag": "v0.0.8" + }, { "Id": "mod:ztone", "Name": "Ztone", diff --git a/updates.json b/updates.json index a844677..530ec6c 100644 --- a/updates.json +++ b/updates.json @@ -1,5 +1,16 @@ { "Updates": [ + { + "Version": "1.12.4.0", + "Actions": [ + { + "InheritFrom": "config:both" + }, + { + "InheritFrom": "mod:worldedit" + } + ] + }, { "Version": "1.12.3.0", "Actions": [