mirror of
https://github.com/TeamMidnightDust/Puddles.git
synced 2025-12-16 03:55:09 +01:00
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:
@@ -3,16 +3,21 @@ org.gradle.jvmargs=-Xmx1G
|
||||
|
||||
# Fabric Properties
|
||||
# check these on https://fabricmc.net/use
|
||||
minecraft_version=1.20.1
|
||||
yarn_mappings=1.20.1+build.10
|
||||
loader_version=0.14.21
|
||||
|
||||
minecraft_version=1.21
|
||||
supported_versions=1.21.1
|
||||
yarn_mappings=1.21+build.9
|
||||
loader_version=0.15.11
|
||||
|
||||
# Mod Properties
|
||||
mod_version = 1.2.2
|
||||
mod_version = 2.0.0
|
||||
maven_group = eu.midnightdust
|
||||
archives_base_name = puddles
|
||||
release_type=release
|
||||
curseforge_id=463169
|
||||
modrinth_id=535D1YoA
|
||||
|
||||
# Dependencies
|
||||
fabric_version=0.86.1+1.20.1
|
||||
midnightlib_version=0.5.2
|
||||
fabric_version=0.100.7+1.21
|
||||
midnightlib_version=1.5.8-fabric
|
||||
polymer_version=0.9.6+1.21
|
||||
server_translation_version=2.3.1+1.21-pre2
|
||||
|
||||
Reference in New Issue
Block a user