1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-08-28 08:12:18 +00:00

update dep versions, actual compile errors yay!

This commit is contained in:
Merith 2021-07-11 02:09:43 +00:00
parent 14e013d075
commit fbe28dc51a
2 changed files with 8 additions and 7 deletions

View File

@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.7-SNAPSHOT'
id 'fabric-loom' version '0.8-SNAPSHOT'
id 'maven-publish'
id "checkstyle"
id "com.github.hierynomus.license" version "0.15.0"
@ -20,6 +20,7 @@ archivesBaseName = "cc-restiched"
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
maven { url 'https://api.modrinth.com/maven'}
maven { url "https://maven.shedaniel.me/" }
maven {
name "SquidDev"

View File

@ -5,13 +5,13 @@ org.gradle.jvmargs=-Xmx1G
mod_version=1.96.1-rc1
# Minecraft properties
mc_version=1.16.5
mappings_version=9
mc_version=1.17.1
mappings_version=10
# Dependencies
cloth_config_version=4.11.26
fabric_loader_version=0.11.3
fabric_api_version=0.32.0+1.16
cloth_config_version=5.0.34
fabric_loader_version=0.11.6
fabric_api_version=0.36.1+1.17
jankson_version=1.2.0
modmenu_version=1.16.9
cloth_api_version=1.4.5
cloth_api_version=2.0.54