@@ -33,6 +33,7 @@ public enum CraftSound {
|
||||
BLOCK_DISPENSER_DISPENSE("block.dispenser.dispense"),
|
||||
BLOCK_DISPENSER_FAIL("block.dispenser.fail"),
|
||||
BLOCK_DISPENSER_LAUNCH("block.dispenser.launch"),
|
||||
BLOCK_ENCHANTMENT_TABLE_USE("block.enchantment_table.use"),
|
||||
BLOCK_ENDERCHEST_CLOSE("block.enderchest.close"),
|
||||
BLOCK_ENDERCHEST_OPEN("block.enderchest.open"),
|
||||
BLOCK_END_GATEWAY_SPAWN("block.end_gateway.spawn"),
|
||||
@@ -257,6 +258,10 @@ public enum CraftSound {
|
||||
ENTITY_HOSTILE_SMALL_FALL("entity.hostile.small_fall"),
|
||||
ENTITY_HOSTILE_SPLASH("entity.hostile.splash"),
|
||||
ENTITY_HOSTILE_SWIM("entity.hostile.swim"),
|
||||
ENTITY_HUSK_AMBIENT("entity.husk.ambient"),
|
||||
ENTITY_HUSK_DEATH("entity.husk.death"),
|
||||
ENTITY_HUSK_HURT("entity.husk.hurt"),
|
||||
ENTITY_HUSK_STEP("entity.husk.step"),
|
||||
ENTITY_IRONGOLEM_ATTACK("entity.irongolem.attack"),
|
||||
ENTITY_IRONGOLEM_DEATH("entity.irongolem.death"),
|
||||
ENTITY_IRONGOLEM_HURT("entity.irongolem.hurt"),
|
||||
@@ -305,6 +310,12 @@ public enum CraftSound {
|
||||
ENTITY_PLAYER_SMALL_FALL("entity.player.small_fall"),
|
||||
ENTITY_PLAYER_SPLASH("entity.player.splash"),
|
||||
ENTITY_PLAYER_SWIM("entity.player.swim"),
|
||||
ENTITY_POLAR_BEAR_AMBIENT("entity.polar_bear.ambient"),
|
||||
ENTITY_POLAR_BEAR_BABY_AMBIENT("entity.polar_bear.baby_ambient"),
|
||||
ENTITY_POLAR_BEAR_DEATH("entity.polar_bear.death"),
|
||||
ENTITY_POLAR_BEAR_HURT("entity.polar_bear.hurt"),
|
||||
ENTITY_POLAR_BEAR_STEP("entity.polar_bear.step"),
|
||||
ENTITY_POLAR_BEAR_WARNING("entity.polar_bear.warning"),
|
||||
ENTITY_RABBIT_AMBIENT("entity.rabbit.ambient"),
|
||||
ENTITY_RABBIT_ATTACK("entity.rabbit.attack"),
|
||||
ENTITY_RABBIT_DEATH("entity.rabbit.death"),
|
||||
@@ -363,6 +374,10 @@ public enum CraftSound {
|
||||
ENTITY_SQUID_AMBIENT("entity.squid.ambient"),
|
||||
ENTITY_SQUID_DEATH("entity.squid.death"),
|
||||
ENTITY_SQUID_HURT("entity.squid.hurt"),
|
||||
ENTITY_STRAY_AMBIENT("entity.stray.ambient"),
|
||||
ENTITY_STRAY_DEATH("entity.stray.death"),
|
||||
ENTITY_STRAY_HURT("entity.stray.hurt"),
|
||||
ENTITY_STRAY_STEP("entity.stray.step"),
|
||||
ENTITY_TNT_PRIMED("entity.tnt.primed"),
|
||||
ENTITY_VILLAGER_AMBIENT("entity.villager.ambient"),
|
||||
ENTITY_VILLAGER_DEATH("entity.villager.death"),
|
||||
@@ -380,6 +395,10 @@ public enum CraftSound {
|
||||
ENTITY_WITHER_DEATH("entity.wither.death"),
|
||||
ENTITY_WITHER_HURT("entity.wither.hurt"),
|
||||
ENTITY_WITHER_SHOOT("entity.wither.shoot"),
|
||||
ENTITY_WITHER_SKELETON_AMBIENT("entity.wither_skeleton.ambient"),
|
||||
ENTITY_WITHER_SKELETON_DEATH("entity.wither_skeleton.death"),
|
||||
ENTITY_WITHER_SKELETON_HURT("entity.wither_skeleton.hurt"),
|
||||
ENTITY_WITHER_SKELETON_STEP("entity.wither_skeleton.step"),
|
||||
ENTITY_WITHER_SPAWN("entity.wither.spawn"),
|
||||
ENTITY_WOLF_AMBIENT("entity.wolf.ambient"),
|
||||
ENTITY_WOLF_DEATH("entity.wolf.death"),
|
||||
|
||||
Reference in New Issue
Block a user