mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 13:37:58 +01:00
Update dependencies
This commit is contained in:
parent
06e0ac39a6
commit
791a0dd073
2 changed files with 1 additions and 7 deletions
|
@ -55,15 +55,9 @@ dependencies {
|
|||
modApi "com.minelittlepony:kirin:${project.kirin_version}"
|
||||
include "com.minelittlepony:kirin:${project.kirin_version}"
|
||||
|
||||
// For reach-entity-attributes have not updated to 1.19.3.
|
||||
// Until then, clone from https://github.com/Sollace/reach-entity-attributes and run:
|
||||
// > gradlew build publishToMavenLocal
|
||||
modApi "com.jamieswhiteshirt:reach-entity-attributes:${project.reach_attributes_version}"
|
||||
include "com.jamieswhiteshirt:reach-entity-attributes:${project.reach_attributes_version}"
|
||||
|
||||
// provides networking and mod handshaking.
|
||||
// https://github.com/Sollace/Fabwork
|
||||
// > gradlew build publishToMavenLocal
|
||||
modApi "com.sollace:fabwork:${project.fabwork_version}"
|
||||
include "com.sollace:fabwork:${project.fabwork_version}"
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ org.gradle.daemon=false
|
|||
modrinth_project_id=
|
||||
|
||||
# Dependencies
|
||||
fabwork_version=1.1.1
|
||||
fabwork_version=1.1.2
|
||||
modmenu_version=5.0.0-alpha.3
|
||||
minelp_version=4.7.2
|
||||
kirin_version=1.13.2
|
||||
|
|
Loading…
Reference in a new issue