Remove properties that were only needed in 1.16

This commit is contained in:
Mrbysco 2024-03-03 17:54:41 +01:00
parent 4596da2df5
commit 4a183f1555

View file

@ -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