diff --git a/src/main/java/str_exporter/config/Config.java b/src/main/java/str_exporter/config/Config.java index 78dc130..d5850ae 100644 --- a/src/main/java/str_exporter/config/Config.java +++ b/src/main/java/str_exporter/config/Config.java @@ -19,7 +19,7 @@ public class Config { public Config() throws IOException { Properties strDefaultSettings = new Properties(); strDefaultSettings.setProperty(DELAY_SETTINGS, "150"); - strDefaultSettings.setProperty(API_URL_SETTINGS, "https://str.otonokizaka.moe"); + strDefaultSettings.setProperty(API_URL_SETTINGS, "https://slay-the-relics.baalorlord.tv"); config = new SpireConfig("slayTheRelics", "slayTheRelicsExporterConfig", strDefaultSettings); config.load(); diff --git a/src/main/resources/ModTheSpire.json b/src/main/resources/ModTheSpire.json index 9e53c20..385b885 100644 --- a/src/main/resources/ModTheSpire.json +++ b/src/main/resources/ModTheSpire.json @@ -3,7 +3,7 @@ "name": "Slay the Relics Exporter", "author_list": ["LordAddy", "vmService"], "description": "This mod exports data to Slay the Relics Twitch extension. \n\nThis mod in combination with the extension displays deck view and tooltips for viewers on stream for relics, potions, player/monster powers, orbs, even some custom tooltips from some mods. \nThe viewers just need to hover over the respective item just as if they were in the game themselves.\n\nSee the extension config on Twitch for setup instructions (search 'Slay the Relics').", - "version": "1.4.1", + "version": "2.0.0", "sts_version": "07-30-2020", "mts_version": "3.15.0", "dependencies": ["basemod"]