Skip to content

Commit

Permalink
Remove unnecessary dependencies for forge
Browse files Browse the repository at this point in the history
  • Loading branch information
samolego committed May 1, 2022
1 parent e9e1fc1 commit e5152c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 30 deletions.
29 changes: 0 additions & 29 deletions forge/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,32 +55,3 @@ mandatory = true
versionRange = "[1.17.1,)"
ordering = "NONE"
side = "BOTH"

# Forgified SGUI
modLoader = "javafml"
loaderVersion = "[35,)"
license = "LGPL-v3.0"

[[mods]]
modId = "sgui"
version = "${sgui_version}"
displayName = "Server GUI lib"
authors = "patbox"
contributors="aws404, samo_lego"
description = '''
Library for creating server side guis!
'''

[[dependencies.sgui]]
modId = "forge"
mandatory = true
versionRange = "[35,)"
ordering = "NONE"
side = "BOTH"

[[dependencies.sgui]]
modId = "minecraft"
mandatory = true
versionRange = "[1.17.1,)"
ordering = "NONE"
side = "BOTH"
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fabric_version=0.48.0+1.18.2
forge_version=40.0.19

# Mod Properties
mod_version = 1.9.0
mod_version = 1.9.1
maven_group = org.samo_lego
archives_base_name = taterzens

Expand Down

0 comments on commit e5152c0

Please sign in to comment.