mirror of
https://github.com/ViaVersion/ViaFabric.git
synced 2024-12-21 16:17:37 +01:00
ViaVersion 1.5.1-SNAPSHOT
This commit is contained in:
parent
157ec02661
commit
d13f6f7f10
@ -24,7 +24,7 @@ targetCompatibility = 1.8
|
||||
repositories {
|
||||
mavenCentral()
|
||||
maven { url 'https://libraries.minecraft.net/' }
|
||||
maven { url 'https://repo.viaversion.com/'}
|
||||
maven { url 'https://repo.viaversion.com/' }
|
||||
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' }
|
||||
maven { url 'https://www.dimdev.org/maven/' }
|
||||
maven { url 'https://jitpack.io' }
|
||||
@ -36,7 +36,7 @@ configurations {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
shade ('us.myles:viaversion:1.4.2-SNAPSHOT') {
|
||||
shade ('us.myles:viaversion:1.5.1-SNAPSHOT') {
|
||||
transitive = false
|
||||
changing = true
|
||||
}
|
||||
|
@ -203,7 +203,7 @@ public class VRViaConfig extends Config implements ViaVersionConfig {
|
||||
return getBoolean("team-colour-fix", true);
|
||||
}
|
||||
|
||||
//@Override
|
||||
@Override
|
||||
public boolean isSuppress1_13ConversionErrors() {
|
||||
return getBoolean("suppress-1_13-conversion-errors", false);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user