Merge branch 'master' of https://github.com/paulevsGitch/BetterEnd.git
This commit is contained in:
commit
ee27ecb4fe
2 changed files with 5 additions and 4 deletions
|
@ -14,6 +14,7 @@ repositories {
|
|||
maven { url "https://maven.dblsaiko.net/" }
|
||||
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://jitpack.io' }
|
||||
jcenter()
|
||||
}
|
||||
|
@ -23,6 +24,7 @@ dependencies {
|
|||
mappings "net.fabricmc:yarn:${project.minecraft_version}+build.${project.yarn_mappings}:v2"
|
||||
modImplementation "net.fabricmc:fabric-loader:${project.loader_version}"
|
||||
modImplementation "net.fabricmc.fabric-api:fabric-api:${project.fabric_version}"
|
||||
modImplementation "vazkii.patchouli:Patchouli:${project.minecraft_version}-${project.patchouli_version}"
|
||||
|
||||
optional "me.shedaniel:RoughlyEnoughItems:${project.rei_version}"
|
||||
optional "me.shedaniel:RoughlyEnoughItems-api:${project.rei_version}"
|
||||
|
|
|
@ -14,8 +14,7 @@
|
|||
|
||||
# Dependencies
|
||||
# currently not on the main fabric site, check on the maven: https://maven.fabricmc.net/net/fabricmc/fabric-api/fabric-api
|
||||
fabric_version = 0.26.3+1.16
|
||||
cloth_config_version = 4.8.2
|
||||
cloth_events_version = 1.4.8
|
||||
patchouli_version = 48-FABRIC
|
||||
fabric_version = 0.27.1+1.16
|
||||
canvas_version = 1.0.+
|
||||
rei_version = 5.6.2
|
||||
rei_version = 5.8.7
|
Loading…
Add table
Add a link
Reference in a new issue