mirror of
https://github.com/TeamMidnightDust/Puddles.git
synced 2025-12-13 02:55:10 +01:00
- 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
11 lines
233 B
Groovy
11 lines
233 B
Groovy
pluginManagement {
|
|
repositories {
|
|
maven {
|
|
name = 'Fabric'
|
|
url = 'https://maven.fabricmc.net/'
|
|
}
|
|
maven { url "https://maven.architectury.dev/" }
|
|
gradlePluginPortal()
|
|
}
|
|
}
|