Skip to content

Commit

Permalink
Use official malilib
Browse files Browse the repository at this point in the history
Signed-off-by: Hendrix-Shen <[email protected]>
  • Loading branch information
Hendrix-Shen committed Oct 17, 2023
1 parent cc87ba6 commit 3f9385f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
9 changes: 4 additions & 5 deletions common.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,10 @@ configurations {

// Module, Property prefix, Resolve condition, Transitive dependencies.
def apiDependencies = [
["carpet:fabric-carpet" , "carpet" , true , false],
["curse.maven:malilib-303119" , "malilib", mcVersion < 12002, false],
["com.github.Nyan-Work:malilib" , "malilib", mcVersion > 12001, false],
["maven.modrinth:modmenu" , "modmenu", true , false],
["net.fabricmc.fabric-api:fabric-api", "fabric" , true , true ],
["carpet:fabric-carpet" , "carpet" , true, false],
["curse.maven:malilib-303119" , "malilib", true, false],
["maven.modrinth:modmenu" , "modmenu", true, false],
["net.fabricmc.fabric-api:fabric-api", "fabric" , true, true ],
]

// Module, Property prefix, Resolve condition, Transitive dependencies.
Expand Down
7 changes: 3 additions & 4 deletions versions/1.20.2/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ minecraft_dependency=1.20.2
carpet_version=1.20.2-1.4.118+v230921
# Fabric API 0.89.1+1.20.2z
fabric_version=0.89.1+1.20.2
# Malilib - 0.16.2-nyan.6
# https://jitpack.io/#Nyan-Work/malilib/0.16.2-nayn.6
# malilib-0.16.2-nyan.6.jar
malilib_version=0.16.2-nyan.6
# Malilib - 0.17.0
# malilib-fabric-1.20.2-0.17.0.jar
malilib_version=4788432
# Mod Menu - 8.0.0-beta.2
# modmenu-8.0.0-beta.2.jar
modmenu_version=8.0.0-beta.2
Expand Down

0 comments on commit 3f9385f

Please sign in to comment.