Mirror von
https://github.com/GeyserMC/Geyser.git
synchronisiert 2024-11-16 04:50:07 +01:00
Fixed remaining merge issues
Dieser Commit ist enthalten in:
Ursprung
a4681ca77c
Commit
9748763097
@ -58,6 +58,7 @@ public class IntegratedFloodgateProvider implements FloodgateProvider {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String onClientIntention(GeyserSession session) {
|
public String onClientIntention(GeyserSession session) {
|
||||||
|
// we don't have to do anything here, it's done in LocalServerChannelWrapper
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -39,7 +39,7 @@ mixin = "0.8.5"
|
|||||||
|
|
||||||
# plugin versions
|
# plugin versions
|
||||||
indra = "3.1.3"
|
indra = "3.1.3"
|
||||||
shadow = "7.1.3-SNAPSHOT"
|
shadow = "8.1.1"
|
||||||
architectury-plugin = "3.4-SNAPSHOT"
|
architectury-plugin = "3.4-SNAPSHOT"
|
||||||
architectury-loom = "1.4-SNAPSHOT"
|
architectury-loom = "1.4-SNAPSHOT"
|
||||||
minotaur = "2.8.7"
|
minotaur = "2.8.7"
|
||||||
|
@ -74,6 +74,7 @@ project(":viaproxy").projectDir = file("bootstrap/viaproxy")
|
|||||||
include(":standalone")
|
include(":standalone")
|
||||||
project(":standalone").projectDir = file("bootstrap/standalone")
|
project(":standalone").projectDir = file("bootstrap/standalone")
|
||||||
|
|
||||||
|
include(":mod")
|
||||||
project(":mod").projectDir = file("bootstrap/mod")
|
project(":mod").projectDir = file("bootstrap/mod")
|
||||||
//todo see what's possible with fabric
|
//todo see what's possible with fabric
|
||||||
include(":fabric")
|
include(":fabric")
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren