Skip to content

Commit

Permalink
Removed hard JEI dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Buuz135 committed Nov 9, 2023
1 parent 433f3b1 commit f6b9c7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
org.gradle.jvmargs=-Xmx2G
modGroup=com.buuz135
modVersion=0.4.2
modVersion=0.4.3
modBaseName=sushigocrafting
minecraftVersion=1.20.1
6 changes: 0 additions & 6 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ mandatory = false #mandatory
ordering = "NONE"
side = "BOTH"
[[dependencies.sushigocrafting]] #optional
modId = "jei" #mandatory
mandatory = true #mandatory
versionRange = "[7.6.1.72,)" #mandatory
ordering = "NONE"
side = "BOTH"
[[dependencies.sushigocrafting]] #optional
modId = "forge" #mandatory
mandatory = true #mandatory
versionRange = "[43.1.13,)" #mandatory
Expand Down

0 comments on commit f6b9c7d

Please sign in to comment.