Update to 1.21

This commit is contained in:
axolotlmaid 2024-06-15 15:03:23 +01:00
parent 30466aedc4
commit b150974eae
8 changed files with 19 additions and 17 deletions

View file

@ -23,6 +23,6 @@ dependencies {
modImplementation "net.fabricmc:fabric-loader:${rootProject.fabric_loader_version}"
// Mod implementations
modImplementation "maven.modrinth:sodium:mc1.20.6-0.5.8"
modImplementation "maven.modrinth:sodium-extra:mc1.20.6-0.5.5"
modImplementation "maven.modrinth:sodium:mc1.21-0.5.9"
modImplementation "maven.modrinth:sodium-extra:mc1.21-0.5.7"
}