diff options
-rw-r--r-- | constants/CrimsonIsleReputation.json | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/constants/CrimsonIsleReputation.json b/constants/CrimsonIsleReputation.json index a36a1ea..c7b5cec 100644 --- a/constants/CrimsonIsleReputation.json +++ b/constants/CrimsonIsleReputation.json @@ -51,9 +51,6 @@ "Rescue Mission": { "item": "abc", "location": [ - 123, - 123, - 123 ] } }, @@ -76,6 +73,9 @@ }, "Gunpowder": { "item": "SULPHUR" + }, + "Digested Mushrooms": { + } }, "DOJO": { @@ -118,6 +118,14 @@ 109, -597 ] + }, + "Control": { + "item": "EYE_OF_ENDER", + "location": [ + -235, + 109, + -597 + ] } }, "MINIBOSS": { @@ -165,11 +173,19 @@ "KUUDRA": { "Basic": { "item": "KUUDRA_TIER_KEY", - "location": [] + "location": [ + -372, + 114, + -1034 + ] }, "Hot": { "item": "KUUDRA_HOT_TIER_KEY", - "location": [] + "location": [ + -372, + 114, + -1034 + ] } } }
\ No newline at end of file |