Shader

Power Type.

Applies a shader effect to the player's vision.

Type ID: apoli:shader

Fields

Field Type Default Description
shader Identifier Specifies the location of the shader resource file to use. For more information about shaders, look at Minecraft Wiki: Shaders (Before 1.9).
toggleable Boolean true Determines if the applied shader can be toggled.

Example

{
    "type": "apoli:shader",
    "shader": "minecraft:shaders/post/pencil.json"
}

This makes the player view the world as a pencil sketch!