Puddles 2.0.0: Now fully server-sided!

- Port to 1.21
- Utilize Polymer and ServerTranslationsAPI for fully server-side functionality (Doesn't even require resourcepacks)
- Instead of breaking, puddles will now create a splash effect when mined
- Puddles no longer slow down walking (Sprinting still gets interrupted; this is not fixable, closes #2)
- Fixed #13
- Fixed #11
This commit is contained in:
Martin Prokoph
2024-08-18 23:25:05 +02:00
parent f414be04ce
commit d115aadfe8
18 changed files with 225 additions and 209 deletions

View File

@@ -4,7 +4,7 @@ pluginManagement {
name = 'Fabric'
url = 'https://maven.fabricmc.net/'
}
mavenCentral()
maven { url "https://maven.architectury.dev/" }
gradlePluginPortal()
}
}
}