From e060097883ef3cc769c362a0f8e851093af5db85 Mon Sep 17 00:00:00 2001 From: Peijun Ma Date: Thu, 12 Oct 2023 19:08:29 -0400 Subject: [PATCH] Set default domain to baalorlord.tv --- src/main/java/str_exporter/config/Config.java | 2 +- src/main/resources/ModTheSpire.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"]