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:
parent
14e013d075
commit
fbe28dc51a
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user