Modify Camera Submersion
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 | Which submersion type to modify. Can be none, water or lava. |
to |
String | optional | Which submersion type to change to. Can be 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.