Update mod metadata (#344)

This commit is contained in:
Neeve
2023-12-28 16:46:53 +11:00
committed by GitHub
parent 7747899e90
commit 219de337be
4 changed files with 24 additions and 12 deletions
+15 -7
View File
@@ -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 ## 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 ## RecipeStages
You need to add the following into a CraftTweaker script: You need to add the following into a CraftTweaker script:
``` ```
mods.recipestages.Recipes.setPackageStage("appeng", allStages); 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 ## License
* Applied Energistics 2 API * 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/) - [![License](https://img.shields.io/badge/License-No%20Restriction-green.svg?style=flat-square)](https://creativecommons.org/publicdomain/zero/1.0/)
## Credits ## Credits
Thanks to
Special thanks to:
* PrototypeTrousers for the initial fork
* Notch et al for Minecraft * Notch et al for Minecraft
* Lex et al for MinecraftForge * Lex et al for MinecraftForge
* AlgorithmX2 for AppliedEnergistics2 * AlgorithmX2 for AppliedEnergistics2
+1 -1
View File
@@ -33,7 +33,7 @@ mapping_version=20171003
# Run Configurations # Run Configurations
minecraft_username=Developer minecraft_username=Developer
extra_jvm_args= 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. # This is a case-sensitive string to identify your mod. Convention is to use lower case.
modId=appliedenergistics2 modId=appliedenergistics2
modGroup=appeng modGroup=appeng
+7 -3
View File
@@ -5,12 +5,16 @@
"description": "A Mod about Matter, Energy and using them to conquer the world..", "description": "A Mod about Matter, Energy and using them to conquer the world..",
"version": "${version}", "version": "${version}",
"mcversion": "${mcversion}", "mcversion": "${mcversion}",
"url": "https://github.com/PrototypeTrousers/Applied-Energistics-2", "url": "https://github.com/AE2-UEL/Applied-Energistics-2",
"updateUrl": "", "updateUrl": "",
"authorList": [ "authorList": [
"AlgorithmX2" "NotMyWing",
"Serenibyss",
"PrototypeTrousers",
"AlgorithmX2",
"contributors <3"
], ],
"credits": "AlgorithmX2", "credits": "The AE2:UEL team, AlgorithmX2 & contributors",
"logoFile": "assets/appliedenergistics2/meta/logo.png", "logoFile": "assets/appliedenergistics2/meta/logo.png",
"screenshots":[] "screenshots":[]
} }
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"pack": { "pack": {
"pack_format": 3, "pack_format": 3,
"description": "Resources used for Applied Energistics 2" "description": "Resources used for AE2 Unofficial Extended Life"
} }
} }