mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 13:37:58 +01:00
Use fabwork for networking and to prevent joining servers without the mod installed
This commit is contained in:
parent
f4ce69a0c1
commit
59dc4d53b9
3 changed files with 11 additions and 1 deletions
|
@ -61,6 +61,12 @@ dependencies {
|
||||||
modApi "com.jamieswhiteshirt:reach-entity-attributes:${project.reach_attributes_version}"
|
modApi "com.jamieswhiteshirt:reach-entity-attributes:${project.reach_attributes_version}"
|
||||||
include "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}"
|
||||||
|
|
||||||
modCompileOnly "com.terraformersmc:modmenu:${project.modmenu_version}"
|
modCompileOnly "com.terraformersmc:modmenu:${project.modmenu_version}"
|
||||||
modCompileOnly "dev.emi:trinkets:${project.trinkets_version}"
|
modCompileOnly "dev.emi:trinkets:${project.trinkets_version}"
|
||||||
}
|
}
|
||||||
|
|
|
@ -20,8 +20,9 @@ org.gradle.daemon=false
|
||||||
modrinth_project_id=
|
modrinth_project_id=
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
|
fabwork_version=1.0.1
|
||||||
modmenu_version=5.0.0-alpha.3
|
modmenu_version=5.0.0-alpha.3
|
||||||
minelp_version=4.7.2
|
minelp_version=4.7.2
|
||||||
kirin_version=1.13.2
|
kirin_version=1.13.2
|
||||||
reach_attributes_version=2.3.1
|
reach_attributes_version=2.3.1
|
||||||
trinkets_version=3.5.0
|
trinkets_version=3.5.0
|
||||||
|
|
|
@ -41,6 +41,9 @@
|
||||||
"modmenu": "*"
|
"modmenu": "*"
|
||||||
},
|
},
|
||||||
"custom": {
|
"custom": {
|
||||||
|
"fabwork": {
|
||||||
|
"requiredOn": "*"
|
||||||
|
},
|
||||||
"modmenu": {
|
"modmenu": {
|
||||||
"links": {
|
"links": {
|
||||||
"modmenu.discord": "https://discord.gg/zKSZ8Mg"
|
"modmenu.discord": "https://discord.gg/zKSZ8Mg"
|
||||||
|
|
Loading…
Reference in a new issue