Map new sounds (to nothing)

This commit is contained in:
Nassim Jahnke 2021-09-17 09:39:39 +02:00
parent 1ef1a861ca
commit 3d32cb3adf
No known key found for this signature in database
GPG Key ID: 6BE3B555EBC5982B
2 changed files with 8 additions and 1 deletions

View File

@ -11,7 +11,7 @@ public final class BackwardsMappings extends com.viaversion.viabackwards.api.dat
private final Int2ObjectMap<String> blockEntities = new Int2ObjectOpenHashMap<>();
public BackwardsMappings() {
super("1.18", "1.17", Protocol1_18To1_17_1.class);
super("1.18", "1.17", Protocol1_18To1_17_1.class, true);
}
@Override

View File

@ -0,0 +1,7 @@
{
"sounds": {
"item.bundle.drop_contents": "",
"item.bundle.insert": "",
"item.bundle.remove_one": ""
}
}