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