promotional bannermobile promotional banner

Veil Lib

Upgrade your modding potential with cutting-edge rendering and game-engine features. Built for modders, by modders.

File Details

Veil 4.0.0 Fabric

  • R
  • May 10, 2026
  • 3.19 MB
  • 64
  • 1.21.1
  • Fabric

File Name

veil-fabric-1.21.1-4.0.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:veil-lib-1517006:8070965"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

  • Remove ImGui as a dependency. Instead, ImGuiMC can optionally be installed for Veil editors.
  • When ImGui is not installed the editor key is removed
  • Remove deprecated features
  • Move example resourcepacks to the example mod
  • Remove unused legacy shaders
  • When vanilla shaders fail to locate an import, the shader is now skipped. This prevents the shader from being placed in an invalid state when Veil is installed
  • Add support for optional packet channels
  • Add /veil post_processing <target> add <pipeline> [priority], /veil post_processing <target> remove <pipeline>, and /veil post_processing <target> clear commands. They can only be sent if Veil is installed on the server and client, otherwise clients will not be sent packets.
  • Add VeilRegisterInspectorsEvent to register ImGui inspectors