Shader

Power Type.

Applies a shader effect to the player's vision.

Type ID: origins: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).

Example

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

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