diff --git a/gradle.properties b/gradle.properties index fc9f6fffc..377ae390c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ aebuild=7 aegroup=appeng aebasename=appliedenergistics2 extended=extended_life -extendedversion=v49t +extendedversion=v49u ######################################################### # Versions # ######################################################### diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index 823b51dc8..f887122ab 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -1,17 +1,17 @@ [ { - "modid":"appliedenergistics2", - "name":"Applied Energistics 2 Trousers Edition", - "description":"A Mod about Matter, Energy and using them to conquer the world..", - "version":"${version}", - "mcversion":"${mcversion}", - "url":"https://github.com/PrototypeTrousers/Applied-Energistics-2", - "updateUrl":"", - "authorList":[ - "AlgorithmX2" + "modid": "appliedenergistics2", + "name": "AE2 Unofficial Extended Life", + "description": "A Mod about Matter, Energy and using them to conquer the world..", + "version": "${version}", + "mcversion": "${mcversion}", + "url": "https://github.com/PrototypeTrousers/Applied-Energistics-2", + "updateUrl": "", + "authorList": [ + "AlgorithmX2" ], - "credits":"AlgorithmX2", - "logoFile":"assets/appliedenergistics2/meta/logo.png", + "credits": "AlgorithmX2", + "logoFile": "assets/appliedenergistics2/meta/logo.png", "screenshots":[] } ]