From 4a183f155571ee7fc685ac6c9bc272c5b4075692 Mon Sep 17 00:00:00 2001 From: Mrbysco Date: Sun, 3 Mar 2024 17:54:41 +0100 Subject: [PATCH] Remove properties that were only needed in 1.16 --- build.gradle | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index 045b8ec99..25b10ac27 100644 --- a/build.gradle +++ b/build.gradle @@ -27,10 +27,7 @@ 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