3
0
Mirror von https://github.com/GeyserMC/Geyser.git synchronisiert 2024-10-01 23:50:11 +02:00

neoforge 1.20.5 boots

Dieser Commit ist enthalten in:
onebeastchris 2024-04-25 17:38:03 +02:00
Ursprung 99e6a2981d
Commit 16cb76f523
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen

Datei anzeigen

@ -20,6 +20,6 @@ config = "geyser.mixins.json"
[[dependencies.geyser_neoforge]]
modId="minecraft"
type="required"
versionRange="[1.20.4,1.21)"
versionRange="[1.20.5,1.21)"
ordering="NONE"
side="BOTH"

Datei anzeigen

@ -23,7 +23,7 @@ indra {
tasks {
processResources {
// Spigot, BungeeCord, Velocity, Fabric, ViaProxy, NeoForge
filesMatching(listOf("plugin.yml", "bungee.yml", "velocity-plugin.json", "fabric.mod.json", "viaproxy.yml", "META-INF/mods.toml")) {
filesMatching(listOf("plugin.yml", "bungee.yml", "velocity-plugin.json", "fabric.mod.json", "viaproxy.yml", "META-INF/neoforge.mods.toml")) {
expand(
"id" to "geyser",
"name" to "Geyser",