Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package com.omato.ultimamod.setup;
- import net.minecraft.world.World;
- public class ServerProxy implements IProxy {
- @Override
- public World getClientWorld() {
- throw new IllegalStateException("Only run this from the client!");
- }
- }
Add Comment
Please, Sign In to add comment