diff options
author | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2023-09-28 15:40:22 -0400 |
---|---|---|
committer | Kevinthegreat <92656833+kevinthegreat1@users.noreply.github.com> | 2023-10-22 23:20:33 -0400 |
commit | 58e43eee5c02efbe6144bfd6e4b1a95101d24576 (patch) | |
tree | d27e0594430405078d053702fe57bbe4a50cbe51 /gradle.properties | |
parent | 0314c406d18d49ac00998c4a33bfdeea4e10280f (diff) | |
download | Skyblocker-58e43eee5c02efbe6144bfd6e4b1a95101d24576.tar.gz Skyblocker-58e43eee5c02efbe6144bfd6e4b1a95101d24576.tar.bz2 Skyblocker-58e43eee5c02efbe6144bfd6e4b1a95101d24576.zip |
Add next burrow direction detection
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index c5794079..42529261 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ loader_version=0.14.22 ## 1.20 fabric_api_version=0.89.1+1.20.2 -# Dependencies +# Minecraft Mods ## YACL (https://github.com/isXander/YetAnotherConfigLib) yacl_version=3.2.1+1.20.2 ## Mod Menu (https://modrinth.com/mod/modmenu/versions) @@ -23,6 +23,7 @@ emi_version = 1.0.22+1.20.2 ## Renderer (https://github.com/0x3C50/Renderer) renderer_version = master-SNAPSHOT +# Minecraft and Related Libraries ## Mixin Extras (https://github.com/LlamaLad7/MixinExtras) mixin_extras_version = 0.2.0 ## Better Inject (https://github.com/caoimhebyrne/BetterInject) @@ -32,6 +33,12 @@ occlusionculling_version = 0.0.7-SNAPSHOT ## neu repoparser (https://repo.nea.moe/#/releases/moe/nea/neurepoparser/) repoparser_version = 1.4.0 +# Other Libraries +## JGit (https://mvnrepository.com/artifact/org.eclipse.jgit/org.eclipse.jgit) +jgit_version = 6.7.0.202309050840-r +## Apache Commons Math (https://mvnrepository.com/artifact/org.apache.commons/commons-math3) +commons_math_version = 3.6.1 + # Mod Properties mod_version = 1.15.0 maven_group = de.hysky |