Skip to content

Veil 4.0.0 Fabric

Choose a tag to compare

  • 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