mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-21 23:13:28 +01:00
Remove properties that were only needed in 1.16
This commit is contained in:
parent
4596da2df5
commit
4a183f1555
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue