Skip to content

Commit

Permalink
update deps (ew crusemaven)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stereo528 committed Jul 19, 2023
1 parent 2902881 commit 094b672
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
// dev env
modLocalRuntime("maven.modrinth:suggestion-tweaker:$suggestion_tweaker_version")
modLocalRuntime("me.shedaniel.cloth:cloth-config-fabric:$cloth_config_version")
modLocalRuntime("curse.maven:jade-324717:$jade_file")
modLocalRuntime("maven.modrinth:jade:$jade_version")
modLocalRuntime("com.terraformersmc:modmenu:$mod_menu_version")
modLocalRuntime("dev.emi:emi-fabric:$emi_version")
}
Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,18 +9,18 @@ version = 0.2.<build>

minecraft_version = 1.20.1
# https://lambdaurora.dev/tools/import_quilt.html
qm_build = 13
quilt_loader = 0.19.2
quilted_fabric_api = 7.0.5+0.84.0-1.20.1
qm_build = 20
quilt_loader = 0.20.0-beta.4
quilted_fabric_api = 7.0.6+0.85.0-1.20.1

# dev env mods
# https://modrinth.com/mod/suggestion-tweaker
suggestion_tweaker_version = 1.20-1.4.2+fabric
# https://modrinth.com/mod/cloth-config - for Suggestion Tweaker
cloth_config_version = 11.0.99
# https://www.curseforge.com/minecraft/mc-mods/jade/files/all
jade_file = 4614077
# https://modrinth.com/mod/jade
jade_version = 11.2.2
# https://modrinth.com/mod/modmenu
mod_menu_version = 7.1.0
mod_menu_version = 7.2.1
# https://modrinth.com/mod/emi
emi_version = 1.0.5+1.20.1
emi_version = 1.0.11+1.19.2

0 comments on commit 094b672

Please sign in to comment.