Integrated server works

This commit is contained in:
catfoolyou
2025-03-21 12:37:54 -04:00
parent b0884bc88c
commit 75ae2b02c8
1111 changed files with 1459840 additions and 19342 deletions

View File

@@ -1,9 +0,0 @@
package net.minecraft.client;
public class ClientBrandRetriever
{
public static String getClientModName()
{
return "vanilla";
}
}