1 2 3 4 5 6 7 8 9
package kr.syeyoung.dungeonsguide.utils; import net.minecraft.client.Minecraft; public class SkyblockIdentifier { public static boolean isInSkyblock() { return true; } }