Skip to content

Commit b957651

Browse files
Update VV api usage
1 parent 1c136b0 commit b957651

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

build-logic/src/main/groovy/vaf.base-conventions.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ base {
2222
}
2323

2424
dependencies {
25-
compileOnly "com.viaversion:viaversion-common:5.3.1"
26-
compileOnly "com.viaversion:viabackwards-common:5.3.1"
25+
compileOnly "com.viaversion:viaversion-common:5.3.3-SNAPSHOT"
26+
compileOnly "com.viaversion:viabackwards-common:5.3.2"
2727
}
2828

2929
publishing {

common/src/main/java/com/viaversion/viaaprilfools/api/minecraft/item/WorldModifiers.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public void write(ByteBuf byteBuf, WorldModifiers worldModifiers) {
5252

5353
@Override
5454
public WorldModifiers copy() {
55-
return new WorldModifiers(copy(effects), includeDescription);
55+
return new WorldModifiers(Copyable.copy(effects), includeDescription);
5656
}
5757

5858
}

fabric/src/main/resources/fabric.mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"depends": {
2525
"viafabric": ">=0.4.14",
26-
"viabackwards": ">=5.3.0"
26+
"viabackwards": ">=5.3.3-SNAPSHOT"
2727
},
2828
"custom": {
2929
"modmenu:api": true,

0 commit comments

Comments
 (0)