package mods.recipear; public class RecipearCommonProxy { public boolean isSinglePlayer() { return false; } public boolean isServer() { return true; } }