From 69c362c41e7cd797a051fed185065e68939e96f4 Mon Sep 17 00:00:00 2001 From: Flanks255 <32142731+Flanks255@users.noreply.github.com> Date: Sat, 6 Jan 2024 18:04:30 -0600 Subject: [PATCH] Fixed dev environment multiplayer testing. --- build.gradle | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build.gradle b/build.gradle index 66d1edae7..9d08ae2dd 100644 --- a/build.gradle +++ b/build.gradle @@ -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