diff options
author | isXander <xandersmith2008@gmail.com> | 2023-06-08 22:34:53 +0100 |
---|---|---|
committer | isXander <xandersmith2008@gmail.com> | 2023-06-08 22:34:53 +0100 |
commit | eb50b8f35d976b71f71c49b2e8108312aa7aa286 (patch) | |
tree | d51f5fd97e93a0cbdedf03f534022786b1454833 /gradle | |
parent | 2f2cf13dd1de14634476a1ae2fd2b9911ad6e888 (diff) | |
download | YetAnotherConfigLib-eb50b8f35d976b71f71c49b2e8108312aa7aa286.tar.gz YetAnotherConfigLib-eb50b8f35d976b71f71c49b2e8108312aa7aa286.tar.bz2 YetAnotherConfigLib-eb50b8f35d976b71f71c49b2e8108312aa7aa286.zip |
Forge for 1.20!
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index feb8ac8..f3f9354 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -23,7 +23,7 @@ fabric_api = "0.81.2+1.20" mod_menu = "7.0.0-beta.2" # Forge Dependencies -forge = "1.19.4-45.0.47" +forge = "1.20-46.0.1" [libraries] minecraft = { module = "com.mojang:minecraft", version.ref = "minecraft" } |