mirror of
https://github.com/barkeser2002/CatServer.git
synced 2026-09-25 07:19:56 +03:00
11 lines
342 B
Diff
11 lines
342 B
Diff
--- ../src-base/minecraft/net/minecraft/client/ClientBrandRetriever.java
|
|
+++ ../src-work/minecraft/net/minecraft/client/ClientBrandRetriever.java
|
|
@@ -8,6 +8,6 @@
|
|
{
|
|
public static String getClientModName()
|
|
{
|
|
- return "vanilla";
|
|
+ return net.minecraftforge.fml.common.FMLCommonHandler.instance().getModName();
|
|
}
|
|
}
|