Skip to content

Commit d8578a4

Browse files
authored
Change links in mods.toml
1 parent 0f62636 commit d8578a4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

forge/src/main/resources/META-INF/mods.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
modLoader = "javafml"
22
loaderVersion = "[${forge_version},)"
33
license = "GPL-3.0"
4-
issueTrackerURL = "https://github.com/sudolev/CreateInteriorsMod/issues"
4+
issueTrackerURL = "https://github.com/aesefficio/CreateInteriorsMod/issues"
55

66
[[mods]]
77
modId = "interiors"
88
version = "${version}"
99
displayName = "Create: Interiors"
1010
# https://docs.neoforged.net/docs/misc/updatechecker/
1111
#updateJSONURL="https://change.me.example.invalid/updates.json"
12-
displayURL = "https://sudolev.github.io/CreateInteriorsMod/"
13-
issueTrackerURL = "https://github.com/sudolev/CreateInteriorsMod/issues"
12+
displayURL = "https://www.curseforge.com/minecraft/mc-mods/interiors"
13+
issueTrackerURL = "https://github.com/aesefficio/CreateInteriorsMod/issues"
1414
logoFile="icon.png"
1515
credits = "rdh"
1616
authors = "sudolev"

0 commit comments

Comments
 (0)