Update for 1.16.220

This commit is contained in:
Camotoy 2021-04-06 00:29:00 -04:00
parent 17e3895b82
commit 88cb680c3f

View file

@ -27,8 +27,8 @@ dependencies {
// PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs. // PSA: Some older mods, compiled on Loom 0.2.1, might have outdated Maven POMs.
// You may need to force-disable transitiveness on them. // You may need to force-disable transitiveness on them.
implementation 'org.geysermc:connector:1.2.0-SNAPSHOT' implementation 'org.geysermc:connector:1.2.1-SNAPSHOT'
shadow 'org.geysermc:connector:1.2.0-SNAPSHOT' shadow 'org.geysermc:connector:1.2.1-SNAPSHOT'
} }
repositories { repositories {