mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-21 23:13:28 +01:00
Fixed dev environment multiplayer testing.
This commit is contained in:
parent
3edef49c04
commit
69c362c41e
1 changed files with 4 additions and 0 deletions
|
@ -37,6 +37,10 @@ minecraft {
|
|||
runs {
|
||||
client {
|
||||
workingDirectory project.file('run')
|
||||
property("minecraft.api.auth.host", "https://0.0.0.0")
|
||||
property("minecraft.api.account.host", "https://0.0.0.0")
|
||||
property("minecraft.api.session.host", "https://0.0.0.0")
|
||||
property("minecraft.api.services.host", "https://0.0.0.0")
|
||||
mods {
|
||||
actuallyadditions {
|
||||
source sourceSets.main
|
||||
|
|
Loading…
Reference in a new issue