mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-08-30 09:07:55 +00:00
update dep versions, actual compile errors yay!
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id 'fabric-loom' version '0.7-SNAPSHOT'
|
id 'fabric-loom' version '0.8-SNAPSHOT'
|
||||||
id 'maven-publish'
|
id 'maven-publish'
|
||||||
id "checkstyle"
|
id "checkstyle"
|
||||||
id "com.github.hierynomus.license" version "0.15.0"
|
id "com.github.hierynomus.license" version "0.15.0"
|
||||||
@@ -20,6 +20,7 @@ archivesBaseName = "cc-restiched"
|
|||||||
repositories {
|
repositories {
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven { url 'https://jitpack.io' }
|
maven { url 'https://jitpack.io' }
|
||||||
|
maven { url 'https://api.modrinth.com/maven'}
|
||||||
maven { url "https://maven.shedaniel.me/" }
|
maven { url "https://maven.shedaniel.me/" }
|
||||||
maven {
|
maven {
|
||||||
name "SquidDev"
|
name "SquidDev"
|
||||||
|
@@ -5,13 +5,13 @@ org.gradle.jvmargs=-Xmx1G
|
|||||||
mod_version=1.96.1-rc1
|
mod_version=1.96.1-rc1
|
||||||
|
|
||||||
# Minecraft properties
|
# Minecraft properties
|
||||||
mc_version=1.16.5
|
mc_version=1.17.1
|
||||||
mappings_version=9
|
mappings_version=10
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
cloth_config_version=4.11.26
|
cloth_config_version=5.0.34
|
||||||
fabric_loader_version=0.11.3
|
fabric_loader_version=0.11.6
|
||||||
fabric_api_version=0.32.0+1.16
|
fabric_api_version=0.36.1+1.17
|
||||||
jankson_version=1.2.0
|
jankson_version=1.2.0
|
||||||
modmenu_version=1.16.9
|
modmenu_version=1.16.9
|
||||||
cloth_api_version=1.4.5
|
cloth_api_version=2.0.54
|
||||||
|
Reference in New Issue
Block a user