: Some x-ray mods are client-side, meaning they run on your computer and don't affect other players. However, server-side anti-cheat mods might detect these, leading to penalties.
// Original: renders all blocks // Modified: only render if block is ore or treasure if (block == Blocks.diamond_ore || block == Blocks.gold_ore || block == Blocks.chest) renderFace(); else skipRendering(); // makes block invisible xray hacks for eaglercraft
This is a modding API for Eaglercraft that allows for actual mods rather than just textures. : Some x-ray mods are client-side, meaning they
to prevent players on clients like Eaglercraft from using cheats. : Some x-ray mods are client-side