You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
id("dev.deftu.gradle.tools.shadow") // Applies the Shadow plugin, which allows us to shade our dependencies into our mod JAR. This is NOT recommended for Fabric mods, but we have an *additional* configuration for those!
14
15
id("dev.deftu.gradle.tools.minecraft.loom") // Applies the Loom plugin, which automagically configures Essential's Architectury Loom plugin for you.
15
16
id("dev.deftu.gradle.tools.minecraft.releases") // Applies the Minecraft auto-releasing plugin, which allows you to automatically release your mod to CurseForge and Modrinth.
// var exampleDropdown = 1 // Default option (in this case, "Option 2")
21
22
23
+
@Text(title ="API URL", description ="The url for the polyplus api. Only change if you know what you're doing.", placeholder ="https://plus.polyfrost.org/")
24
+
var apiUrl:String="https://plus-staging.polyfrost.org/"
0 commit comments