Skip to content

Commit 2988d86

Browse files
committed
chore: update url of update.json
1 parent 361e9b8 commit 2988d86

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

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

+1-8
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ modLoader = "javafml"
33
loaderVersion = "[36,)" #This is typically bumped every Minecraft version by Forge
44
license = "MIT"
55
issueTrackerURL = "https://github.com/Elenterius/Biomancy/issues" #optional
6-
updateJSONURL = "https://github.com/Elenterius/Biomancy/blob/main/update.json?raw=true"
6+
updateJSONURL = "https://api.modrinth.com/updates/uAAuyU4M/forge_updates.json"
77
showAsResourcePack = false
88

99
[[mods]]
@@ -17,13 +17,6 @@ credits = "I'm grateful to Selea for their feedback and help. Mezz for fluid ren
1717
authors = "Elenterius" #optional
1818
description = '''Biopunk and Flesh Magic inspired tech-magic mod that has a fleshy art theme.'''
1919

20-
[[dependencies.biomancy]]
21-
modId = "combat_commons"
22-
mandatory = true
23-
versionRange = "[0.2.0-beta,)"
24-
ordering = "AFTER"
25-
side = "BOTH"
26-
2720
[[dependencies.biomancy]]
2821
modId = "forge"
2922
mandatory = true

0 commit comments

Comments
 (0)