1.16.5 + update dependencies

This commit is contained in:
Aleksey 2021-03-11 16:28:19 +03:00
parent 82c0b12118
commit 1c1329bc29
2 changed files with 9 additions and 8 deletions

View file

@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '0.5-SNAPSHOT'
id 'fabric-loom' version '0.7-SNAPSHOT'
id 'maven-publish'
}
@ -15,6 +15,7 @@ repositories {
maven { url "http://server.bbkr.space:8081/artifactory/libs-release/" }
maven { url "https://maven.fabricmc.net/" }
maven { url 'https://maven.blamejared.com' }
maven { url "https://maven.shedaniel.me/" }
maven { url 'https://jitpack.io' }
jcenter()
}
@ -27,7 +28,7 @@ dependencies {
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
useApi "vazkii.patchouli:Patchouli:${project.minecraft_version}-${project.patchouli_version}"
useApi "vazkii.patchouli:Patchouli:1.16.4-${project.patchouli_version}"
useOptional "me.shedaniel:RoughlyEnoughItems:${project.rei_version}"
useOptional "me.shedaniel:RoughlyEnoughItems-api:${project.rei_version}"

View file

@ -3,9 +3,9 @@
# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.16.4
yarn_mappings=7
loader_version=0.10.8
minecraft_version=1.16.5
yarn_mappings=5
loader_version=0.11.2
# Mod Properties
mod_version = 0.9.2-pre
@ -14,7 +14,7 @@
# Dependencies
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
patchouli_version = 48-FABRIC
fabric_version = 0.29.2+1.16
patchouli_version = 50-FABRIC
fabric_version = 0.32.0+1.16
canvas_version = 1.0.+
rei_version = 5.8.10
rei_version = 5.10.184