neoforge 1.20.5 boots

This commit is contained in:
onebeastchris 2024-04-25 17:38:03 +02:00
parent 99e6a2981d
commit 16cb76f523
2 changed files with 2 additions and 2 deletions

View File

@ -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"

View File

@ -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",