Fast Block Place Mod 1.8.9 📌

While the client sends packets faster, the server still dictates the final reality.

: A more automated version where holding a key (like Ctrl ) places multiple blocks in a row instantly. fast block place mod 1.8.9

@Mixin(Minecraft.class) public class MixinMinecraft @Redirect(method = "runTick", at = @At(value = "FIELD", target = "Lnet/minecraft/client/Minecraft;rightClickDelayTimer:I")) public int onRightClickDelay(Minecraft mc, int value) if (Config.fastPlaceEnabled) return 0; return value; While the client sends packets faster, the server