Skip to content
This repository has been archived by the owner on Nov 24, 2024. It is now read-only.

Commit

Permalink
Update Links in fabric.mod.json and mods.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
JT122406 committed Nov 24, 2024
1 parent 962618c commit 3c07ae6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "byg",
"version": "${version}",
"name": "Oh The Biomes You'll Go",
"description": "An Adventure and Exploration mod with over 80 new biomes!\nTranslator Credits: Dimiral(Russian), Godzmoline(Simplified Chinese)",
"description": "An Adventure and Exploration mod with over 80 new biomes!",
"authors": [
"Corgi Taco",
"AOCAWOL",
Expand All @@ -19,9 +19,9 @@
}
],
"contact": {
"homepage": "https://bygmc.weebly.com/",
"sources": "https://github.com/CorgiTaco/BYG",
"issues": "https://github.com/CorgiTaco/BYG/issues"
"homepage": "https://potionstudios.net/",
"sources": "https://github.com/Potion-Studios/BYG",
"issues": "https://github.com/Potion-Studios/BYG/issues"
},
"license": "Code: LGPLv3\n Assets: All Rights Reserved",
"icon": "assets/byg/logo_text.png",
Expand Down
8 changes: 3 additions & 5 deletions Forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,17 @@
modLoader = "javafml"
loaderVersion = "[45,)"
license = "Code: LGPLv3 \nAssets: All Rights Reserved"
issueTrackerURL = "https://github.com/AOCAWOL/BYG/issues"
issueTrackerURL = "https://github.com/Potion-Studios/BYG/issues"
[[mods]]
modId = "byg"
version="${file.jarVersion}"
displayName = "Oh The Biomes You'll Go"
displayURL = "https://oh-the-biomes-youll-go.fandom.com/wiki/Oh_The_Biomes_You%27ll_Go_Wiki"
displayURL = "https://potionstudios.net/"
logoFile = "logo_text.png"
credits = "Some Artwork: CupOfJoe, SaltySeaDoggo, Spare, Paul; Some Code: TelepathicGrunt, Paul, HauntedPasta, TheModdingInquisition"
credits = "Some Artwork: CupOfJoe, SaltySeaDoggo, Spare, Paul; Some Code: TelepathicGrunt, Paul, HauntedPasta, TheModdingInquisition, Translators: Dimiral(Russian), Godzmoline(Simplified Chinese)"
authors = "AOCAWOL, Corgi Taco, YaBoiChips, JT122406"
description = '''
An Adventure and Exploration mod with over 80 new biomes!
Notice: The linked wiki is not owned by BYG, the wiki is open for anyone to edit and any inaccuracies that may appear are not BYG's responsibility.
'''
[[dependencies.byg]]
modId = "forge"
Expand Down

0 comments on commit 3c07ae6

Please sign in to comment.