Skip to content

Commit 27b9d44

Browse files
committed
Cleanup MCP Header, version doesn't matter. Just giving respect to those that helped before.
1 parent def0003 commit 27b9d44

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/main/java/net/minecraftforge/gradle/common/BasePlugin.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -274,10 +274,10 @@ protected void afterEvaluate()
274274
LOGGER.lifecycle(" ForgeGradle {} ", this.getVersionString());
275275
LOGGER.lifecycle(" https://github.com/MinecraftForge/ForgeGradle ");
276276
LOGGER.lifecycle("#################################################");
277-
LOGGER.lifecycle(" Powered by MCP {} ", this.getExtension().getMcpVersion());
277+
LOGGER.lifecycle(" Powered by MCP ");
278278
LOGGER.lifecycle(" http://modcoderpack.com ");
279-
LOGGER.lifecycle(" by: Searge, ProfMobius, Fesh0r, ");
280-
LOGGER.lifecycle(" R4wk, ZeuX, IngisKahn, bspkrs ");
279+
LOGGER.lifecycle(" by: Searge, ProfMobius, R4wk, ZeuX ");
280+
LOGGER.lifecycle(" Fesh0r, IngisKahn, bspkrs, LexManos ");
281281
LOGGER.lifecycle("#################################################");
282282

283283
for (String str : lines)

0 commit comments

Comments
 (0)