Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +01:00
Fix missing villager sound remap
Dieser Commit ist enthalten in:
Ursprung
12b45d95e0
Commit
3c0282b04f
@ -121,6 +121,7 @@ public class NamedSoundRewriter {
|
||||
oldToNew.put("entity.snowman.death", "entity.snow_golem.death");
|
||||
oldToNew.put("entity.snowman.hurt", "entity.snow_golem.hurt");
|
||||
oldToNew.put("entity.snowman.shoot", "entity.snow_golem.shoot");
|
||||
oldToNew.put("entity.villager.trading", "entity.villager.trade");
|
||||
oldToNew.put("entity.vindication_illager.ambient", "entity.vindicator.ambient");
|
||||
oldToNew.put("entity.vindication_illager.death", "entity.vindicator.death");
|
||||
oldToNew.put("entity.vindication_illager.hurt", "entity.vindicator.hurt");
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren