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

Start on 1.20.5 mod platform support - NeoForge (temporarily) excluded

Also fixes lecterns, and block break speed calculations
This commit is contained in:
onebeastchris
2024-04-22 23:36:48 +02:00
committed by Camotoy
parent c34f0f2c3b
commit 6a5efa3c9d
15 changed files with 110 additions and 179 deletions

View File

@@ -66,7 +66,7 @@ include(":ap")
include(":api")
include(":bungeecord")
include(":fabric")
include(":neoforge")
//include(":neoforge") // todo 1.20.5
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")
//project(":neoforge").projectDir = file("bootstrap/mod/neoforge") // todo 1.20.5
project(":mod").projectDir = file("bootstrap/mod")
project(":spigot").projectDir = file("bootstrap/spigot")
project(":standalone").projectDir = file("bootstrap/standalone")