diff --git a/CHANGELOG b/CHANGELOG index 30956fc..5845d13 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -23,4 +23,7 @@ ## 1.20.1-1.0.9 - cotton and cotton armour are now obtainable -- cotton seeds can be obtained from breaking grass \ No newline at end of file +- cotton seeds can be obtained from breaking grass + +## 1.20.1-1.0.10 +- fixed two kitsune powers being on the same key \ No newline at end of file diff --git a/src/main/resources/data/terraoriginum/powers/kitsune-powers/fox_pouch.json b/src/main/resources/data/terraoriginum/powers/kitsune-powers/fox_pouch.json index 57bf710..cdf5a23 100644 --- a/src/main/resources/data/terraoriginum/powers/kitsune-powers/fox_pouch.json +++ b/src/main/resources/data/terraoriginum/powers/kitsune-powers/fox_pouch.json @@ -2,7 +2,7 @@ "type": "origins:inventory", "drop_on_death": false, "key": { - "key": "key.origins.secondary_active", + "key": "ternary", "continuous": false } } \ No newline at end of file