Source Free WILD 1.0 WATERMARK For Minecraft

CrazyTrap

Newbie
Newbie
Newbie
Newbie
Status
Offline
Joined
Jul 18, 2023
Messages
707
Reaction score
3
Unleash your imagination and expand your Minecraft horizons with our handpicked selection of resources, crafted to elevate your gameplay beyond imagination. Whether you're a seasoned builder, a daring explorer, or an adventurous soul, our carefully curated sources have something truly extraordinary in store for you. Embrace the unparalleled excitement as you embark on a journey that will take your Minecraft experience to unparalleled heights!

With our extensive collection of custom mods, you'll transform your world into a breathtaking realm of limitless possibilities. Construct awe-inspiring structures with ease using our exclusive building tools and architectural masterpieces. Create landscapes that defy the laws of nature, turning ordinary terrains into magical wonders.

ocr

WILD 1.0 WATERMARK:​

JavaScript:
               case("WILD")) {
                DraggableWaterMark dwm = (DraggableWaterMark) Rich.instance.draggableHUD.getDraggableComponentByClass(DraggableWaterMark.class);
                dwm.setWidth(200);
                dwm.setHeight(15);
                GLUtils.INSTANCE.rescale(this.scale);
                RenderUtils.drawBlurredShadow(4.0f, 2.0f, 65.0f, 25.0f, 2, new Color(17, 16, 16, 205));
                RenderUtils.drawSmoothRect(5.0, 3.0, 5.0, 28.0, ClientHelper.getClientColor().getRGB());
                Hud.mc.mntsb_16.drawStringWithShadow("DREAMHACK", 8.0, 6.0, new Color(225, 225, 225, 255).getRGB());
                Hud.mc.mntsb_15.drawStringWithShadow("0.9", 8.0, 20.0, new Color(225, 225, 225, 255).getRGB());
                Hud.mc.mntsb_15.drawStringWithShadow("RELEASE", 22.0f, 20.0f, new Color(79, 79, 79, 255).getRGB());
                GLUtils.INSTANCE.rescaleMC();
 
Last edited:
Top