1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-21 15:59:32 +00:00

Update Sponge to API 8 (#2611)

This commit is contained in:
Konicai
2022-10-02 16:43:14 -04:00
committed by GitHub
parent cb864b3c98
commit 7653a626af
20 changed files with 293 additions and 165 deletions

View File

@@ -9,7 +9,7 @@ dependencies {
tasks {
processResources {
filesMatching(listOf("plugin.yml", "bungee.yml", "velocity-plugin.json")) {
filesMatching(listOf("plugin.yml", "bungee.yml", "velocity-plugin.json", "META-INF/sponge_plugins.json")) {
expand(
"id" to "Geyser",
"name" to "Geyser",