From 062771ff628b8699ebcdca5dbbc1d7acdf3c388b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A6mer?= <78032176+BigGaemer@users.noreply.github.com> Date: Thu, 10 Apr 2025 17:27:18 +0200 Subject: [PATCH] fixed kitsune powers --- CHANGELOG | 5 ++++- .../data/terraoriginum/powers/kitsune-powers/fox_pouch.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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