Mirror von
https://github.com/ViaVersion/ViaBackwards.git
synchronisiert 2024-11-20 06:50:10 +01:00
Map new sounds (to nothing)
Dieser Commit ist enthalten in:
Ursprung
1ef1a861ca
Commit
3d32cb3adf
@ -11,7 +11,7 @@ public final class BackwardsMappings extends com.viaversion.viabackwards.api.dat
|
|||||||
private final Int2ObjectMap<String> blockEntities = new Int2ObjectOpenHashMap<>();
|
private final Int2ObjectMap<String> blockEntities = new Int2ObjectOpenHashMap<>();
|
||||||
|
|
||||||
public BackwardsMappings() {
|
public BackwardsMappings() {
|
||||||
super("1.18", "1.17", Protocol1_18To1_17_1.class);
|
super("1.18", "1.17", Protocol1_18To1_17_1.class, true);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"sounds": {
|
||||||
|
"item.bundle.drop_contents": "",
|
||||||
|
"item.bundle.insert": "",
|
||||||
|
"item.bundle.remove_one": ""
|
||||||
|
}
|
||||||
|
}
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren