From 219de337beea7a36e0345400a713f8032a20a678 Mon Sep 17 00:00:00 2001 From: Neeve Date: Thu, 28 Dec 2023 16:46:53 +1100 Subject: [PATCH] Update mod metadata (#344) --- README.md | 22 +++++++++++++++------- gradle.properties | 2 +- src/main/resources/mcmod.info | 10 +++++++--- src/main/resources/pack.mcmeta | 2 +- 4 files changed, 24 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 341f0333e..e180c42cc 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,25 @@ -This is a fork of AE2 i made for trying to solve issues for the [Omnifactory](https://www.curseforge.com/minecraft/modpacks/omnifactory) modpack. +# Applied Energistics 2 Unofficial Extended Life -See [AE2-Omnifactory](https://github.com/PrototypeTrousers/Applied-Energistics-2/tree/AE2-Omnifactory) branch for commits and [Releases](https://github.com/PrototypeTrousers/Applied-Energistics-2/releases) for the compiled jars. +[![Downloads](http://cf.way2muchnoise.eu/570458.svg)](https://www.curseforge.com/minecraft/mc-mods/ae2-extended-life) [![MCVersion](http://cf.way2muchnoise.eu/versions/570458.svg)](https://www.curseforge.com/minecraft/mc-mods/ae2-extended-life) [![GitHub issues](https://img.shields.io/github/issues/AE2-UEL/Applied-Energistics-2.svg)](https://github.com/AE2-UEL/Applied-Energistics-2/issues) [![GitHub pull requests](https://img.shields.io/github/issues-pr/AE2-UEL/Applied-Energistics-2.svg)](https://github.com/AE2-UEL/Applied-Energistics-2/pulls) -# Applied Energistics 2 (PrototypeTrousers fork for Omnifactory) +--- ## About -A Mod about Matter, Energy and using them to conquer the world. + +A maintained fork of a Mod about Matter, Energy and using them to conquer the world. + +This project started as a fork of [Applied Energistics 2](https://github.com/AppliedEnergistics/Applied-Energistics-2) by [PrototypeTrousers](https://github.com/PrototypeTrousers), initially addressing issues related to the [Nomifactory](https://www.curseforge.com/minecraft/modpacks/nomifactory) modpack. It is now being maintained by the [AE2 Unofficial Extended Life Team](https://github.com/AE2-UEL). + +See [Releases](https://github.com/PrototypeTrousers/Applied-Energistics-2/releases) for the compiled jars. ## RecipeStages + You need to add the following into a CraftTweaker script: ``` mods.recipestages.Recipes.setPackageStage("appeng", allStages); ``` -The second argument allows you to customize which stages exactly you want to be craftable with AE2. Idk why would you like to restrict any, but you can. +The second argument allows you to customize which stages exactly you want to be craftable with AE2. Not sure why you would do that, but we support that nonetheless! ## License * Applied Energistics 2 API @@ -29,8 +35,10 @@ The second argument allows you to customize which stages exactly you want to be - [![License](https://img.shields.io/badge/License-No%20Restriction-green.svg?style=flat-square)](https://creativecommons.org/publicdomain/zero/1.0/) ## Credits -Thanks to - + +Special thanks to: + +* PrototypeTrousers for the initial fork * Notch et al for Minecraft * Lex et al for MinecraftForge * AlgorithmX2 for AppliedEnergistics2 diff --git a/gradle.properties b/gradle.properties index 1ba22962f..5840d43d4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -33,7 +33,7 @@ mapping_version=20171003 # Run Configurations minecraft_username=Developer extra_jvm_args= -modName=Applied Energistics 2 +modName=AE2 Unofficial Extended Life # This is a case-sensitive string to identify your mod. Convention is to use lower case. modId=appliedenergistics2 modGroup=appeng diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index f887122ab..6d0b7d890 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -5,12 +5,16 @@ "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", + "url": "https://github.com/AE2-UEL/Applied-Energistics-2", "updateUrl": "", "authorList": [ - "AlgorithmX2" + "NotMyWing", + "Serenibyss", + "PrototypeTrousers", + "AlgorithmX2", + "contributors <3" ], - "credits": "AlgorithmX2", + "credits": "The AE2:UEL team, AlgorithmX2 & contributors", "logoFile": "assets/appliedenergistics2/meta/logo.png", "screenshots":[] } diff --git a/src/main/resources/pack.mcmeta b/src/main/resources/pack.mcmeta index 6d62b6bda..d9b67e51e 100644 --- a/src/main/resources/pack.mcmeta +++ b/src/main/resources/pack.mcmeta @@ -1,6 +1,6 @@ { "pack": { "pack_format": 3, - "description": "Resources used for Applied Energistics 2" + "description": "Resources used for AE2 Unofficial Extended Life" } }