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
- 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> clearcommands. They can only be sent if Veil is installed on the server and client, otherwise clients will not be sent packets. - Add
VeilRegisterInspectorsEventto register ImGui inspectors

