added night vision and changed phasing to secondary key

This commit is contained in:
Ryan
2024-01-21 16:51:48 +02:00
parent e474beb57a
commit 38daa6c682
3 changed files with 7 additions and 2 deletions

View File

@@ -7,7 +7,8 @@
"terraoriginum:spirit-powers/phasing1",
"terraoriginum:spirit-powers/phasing2",
"terraoriginum:spirit-powers/phasing3",
"terraoriginum:spirit-powers/undead"
"terraoriginum:spirit-powers/undead",
"terraoriginum:spirit-powers/nightvis"
],
"icon": "minecraft:air",
"order": 1001,

View File

@@ -0,0 +1,4 @@
{
"type": "origins:night_vision",
"strength": 0.2
}

View File

@@ -1,7 +1,7 @@
{
"type": "origins:toggle",
"key": {
"key": "key.origins.primary_active",
"key": "secondary",
"continuous": false
},
"retain_state": false,