forked from MinecraftForge/MinecraftForge
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated mod metadata to reflect this fork
- Loading branch information
1 parent
2d9690d
commit 02a6357
Showing
2 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
18 changes: 18 additions & 0 deletions
18
patches/minecraft/cpw/mods/fml/common/FMLContainer.java.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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=""; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters