mirror of
https://github.com/TheWhiteDog9487/ServerAddressSpaceFix.git
synced 2026-04-06 01:25:35 +08:00
Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package xyz.thewhitedog9487;
|
||||
|
||||
import net.fabricmc.api.ClientModInitializer;
|
||||
|
||||
public class ServerAddressSpaceFixClient implements ClientModInitializer {
|
||||
@Override
|
||||
public void onInitializeClient() {
|
||||
// This entrypoint is suitable for setting up client-specific logic, such as rendering.
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user