Skip to content

Commit

Permalink
Updated mod metadata to reflect this fork
Browse files Browse the repository at this point in the history
  • Loading branch information
Doenerstyle committed Sep 17, 2022
1 parent 2d9690d commit 02a6357
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions patches/minecraft/cpw/mods/fml/common/FMLContainer.java.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
--- ../src-base/minecraft/cpw/mods/fml/common/FMLContainer.java
+++ ../src-work/minecraft/cpw/mods/fml/common/FMLContainer.java
@@ -60,12 +60,12 @@
meta.name="Forge Mod Loader";
meta.version=Loader.instance().getFMLVersionString();
meta.credits="Made possible with help from many people";
- meta.authorList=Arrays.asList("cpw", "LexManos", "Player");
+ meta.authorList=Arrays.asList("cpw", "LexManos", "Player", "Doenerstyle (Fork)");
meta.description="The Forge Mod Loader provides the ability for systems to load mods " +
"from the file system. It also provides key capabilities for mods to be able " +
"to cooperate and provide a good modding environment. ";
- meta.url="https://github.com/MinecraftForge/FML/wiki";
- meta.updateUrl="https://github.com/MinecraftForge/FML/wiki";
+ meta.url="https://github.com/Doenerstyle/MinecraftForge-1.7.10";
+ meta.updateUrl="https://github.com/Doenerstyle/MinecraftForge-1.7.10/releases";
meta.screenshots=new String[0];
meta.logoFile="";
}
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ public ForgeModContainer()
meta.name = "Minecraft Forge";
meta.version = String.format("%d.%d.%d.%d", majorVersion, minorVersion, revisionVersion, buildVersion);
meta.credits = "Made possible with help from many people";
meta.authorList = Arrays.asList("LexManos", "Eloraam", "Spacetoad");
meta.authorList = Arrays.asList("LexManos", "Eloraam", "Spacetoad", "Doenerstyle (Fork)");
meta.description = "Minecraft Forge is a common open source API allowing a broad range of mods " +
"to work cooperatively together. It allows many mods to be created without " +
"them editing the main Minecraft code.";
meta.url = "http://MinecraftForge.net";
meta.updateUrl = "http://MinecraftForge.net/forum/index.php/topic,5.0.html";
meta.url = "https://github.com/Doenerstyle/MinecraftForge-1.7.10";
meta.updateUrl = "https://github.com/Doenerstyle/MinecraftForge-1.7.10/releases";
meta.screenshots = new String[0];
meta.logoFile = "/forge_logo.png";

Expand Down

0 comments on commit 02a6357

Please sign in to comment.