Added banner for info file
This commit is contained in:
parent
86ae217af0
commit
d675356862
2 changed files with 1 additions and 1 deletions
BIN
resources/mods/fluidmech/textures/FM_Banner.png
Normal file
BIN
resources/mods/fluidmech/textures/FM_Banner.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 127 KiB |
|
@ -208,7 +208,7 @@ public class FluidMech extends DummyModContainer
|
|||
|
||||
meta.url = "http://www.universalelectricity.com/fluidmechanics";
|
||||
|
||||
meta.logoFile = "/EELogo.png";
|
||||
meta.logoFile = FluidMech.TEXTURE_DIRECTORY+"FM_Banner.png";
|
||||
meta.version = FluidMech.VERSION;
|
||||
meta.authorList = Arrays.asList(new String[] { "DarkGuardsman AKA DarkCow" });
|
||||
meta.credits = "Please see the website.";
|
||||
|
|
Loading…
Reference in a new issue