Skip to content

Commit

Permalink
Fix crash when opening forge mods list
Browse files Browse the repository at this point in the history
  • Loading branch information
Richy-Z committed May 16, 2024
1 parent b17bc90 commit 6d0a611
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fabric/src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"twitter": "https://twitter.com/Numelons"
},

"icon": "assets/threatengl/threatengl-icon-notext-128.png",
"icon": "threatengl-icon-notext-128.png",

"environment": "client",
"entrypoints": {
Expand Down
2 changes: 1 addition & 1 deletion forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors = "Richy Z, Numelon"
description = '''
Threatens Minecraft to use a different version of OpenGL.
'''
logoFile = "assets/threatengl/threatengl-icon-notext-128.png"
logoFile = "threatengl-icon-notext-128.png"
modUrl = "https://modrinth.com/mod/threatengl"
displayURL = "https://modrinth.com/mod/threatengl"

Expand Down
2 changes: 1 addition & 1 deletion neoforge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ authors = "Richy Z, Numelon"
description = '''
Threatens Minecraft to use a different version of OpenGL.
'''
logoFile = "assets/threatengl/threatengl-icon-notext-128.png"
logoFile = "threatengl-icon-notext-128.png"
modUrl = "https://modrinth.com/mod/threatengl"
displayURL = "https://modrinth.com/mod/threatengl"

Expand Down
2 changes: 1 addition & 1 deletion quilt/src/main/resources/quilt.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"twitter": "https://twitter.com/Numelons"
},

"icon": "assets/threatengl/threatengl-icon-notext-128.png"
"icon": "threatengl-icon-notext-128.png"
},

"intermediate_mappings": "net.fabricmc:intermediary",
Expand Down

0 comments on commit 6d0a611

Please sign in to comment.