Dependency Bump
This commit is contained in:
parent
ec4235c3fe
commit
2f4be62715
2 changed files with 5 additions and 5 deletions
|
@ -27,7 +27,7 @@ repositories {
|
||||||
maven { url 'https://jitpack.io' }
|
maven { url 'https://jitpack.io' }
|
||||||
maven { url 'https://maven.terraformersmc.com/releases' }
|
maven { url 'https://maven.terraformersmc.com/releases' }
|
||||||
maven { url = "https://maven.terraformersmc.com/" }
|
maven { url = "https://maven.terraformersmc.com/" }
|
||||||
maven { url "https://ladysnake.jfrog.io/artifactory/mods" }
|
maven { url "https://maven.ladysnake.org/releases" }
|
||||||
maven { url = "https://dvs1.progwml6.com/files/maven/" }
|
maven { url = "https://dvs1.progwml6.com/files/maven/" }
|
||||||
maven { url = "https://modmaven.dev" }
|
maven { url = "https://modmaven.dev" }
|
||||||
exclusiveContent {
|
exclusiveContent {
|
||||||
|
|
|
@ -3,8 +3,8 @@ org.gradle.jvmargs=-Xmx2G
|
||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
# check these on https://fabricmc.net/versions.html
|
# check these on https://fabricmc.net/versions.html
|
||||||
minecraft_version=1.19.2
|
minecraft_version=1.19.2
|
||||||
loader_version=0.14.9
|
loader_version=0.15.3
|
||||||
fabric_version=0.73.2+1.19.2
|
fabric_version=0.77.0+1.19.2
|
||||||
#Loom
|
#Loom
|
||||||
loom_version=0.12-SNAPSHOT
|
loom_version=0.12-SNAPSHOT
|
||||||
#Modrinth
|
#Modrinth
|
||||||
|
@ -19,9 +19,9 @@ archives_base_name=better-end
|
||||||
# Dependencies
|
# Dependencies
|
||||||
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
||||||
patchouli_version=1.19-73-FABRIC
|
patchouli_version=1.19-73-FABRIC
|
||||||
bclib_version=2.1.7
|
bclib_version=2.1.9
|
||||||
rei_version=9.1.500
|
rei_version=9.1.500
|
||||||
jei_version=11.1.0.235
|
jei_version=11.1.0.235
|
||||||
emi_version=1.0.2+1.19.2
|
emi_version=1.0.29+1.19.2
|
||||||
trinkets_version=3.4.0
|
trinkets_version=3.4.0
|
||||||
cca_version=5.0.0-beta.1
|
cca_version=5.0.0-beta.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue