1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 14:59:27 +00:00

target 1.20.5 release, build neoforge again

This commit is contained in:
onebeastchris
2024-04-23 23:04:38 +02:00
committed by Camotoy
parent c54624fb26
commit 687d299ff5
11 changed files with 17 additions and 18 deletions

View File

@@ -66,7 +66,7 @@ include(":ap")
include(":api")
include(":bungeecord")
include(":fabric")
//include(":neoforge") // todo 1.20.5
include(":neoforge")
include(":mod")
include(":spigot")
include(":standalone")
@@ -78,7 +78,7 @@ include(":core")
// Specify project dirs
project(":bungeecord").projectDir = file("bootstrap/bungeecord")
project(":fabric").projectDir = file("bootstrap/mod/fabric")
//project(":neoforge").projectDir = file("bootstrap/mod/neoforge") // todo 1.20.5
project(":neoforge").projectDir = file("bootstrap/mod/neoforge")
project(":mod").projectDir = file("bootstrap/mod")
project(":spigot").projectDir = file("bootstrap/spigot")
project(":standalone").projectDir = file("bootstrap/standalone")