diff options
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/gradle.properties b/gradle.properties index 2b3f6150..e85642ad 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,12 +12,14 @@ loader_version=0.14.21 fabric_api_version=0.86.0+1.20.1 # Dependencies -## Cloth Api (https://www.curseforge.com/minecraft/mc-mods/cloth-config/files) +## Cloth Api (https://modrinth.com/mod/cloth-config/versions) clothconfig_version=11.1.106 -## Mod Menu (https://www.curseforge.com/minecraft/mc-mods/modmenu/files) +## Mod Menu (https://modrinth.com/mod/modmenu/versions) mod_menu_version=7.0.1 ## REI (https://www.curseforge.com/minecraft/mc-mods/roughly-enough-items/files) rei_version=12.0.625 +## EMI (https://modrinth.com/mod/emi/versions) +emi_version = 1.0.19 ## Renderer (https://github.com/0x3C50/Renderer) renderer_version = master-SNAPSHOT |