Modify Camera Submersion

Power Type

Modifies how the player perceives the world, similarly to when they're submerged in fluids like water or lava.

Type ID: origins:modify_camera_submersion

Fields

Field Type Default Description
from String optional If specified, only this submersion type will be modified. Accepts either "none" , "water" or "lava"
to String Which submersion type to change to. Accepts either "none", "water" or "lava"

Examples

{
  "type": "origins:modify_camera_submersion",
  "from": "none",
  "to": "water"
}

This example will make it look like the player is submerged in Water if the player is not submerged in any fluid.