@@ -25,22 +25,40 @@ public enum CraftSound {
|
||||
BLOCK_ANVIL_PLACE("block.anvil.place"),
|
||||
BLOCK_ANVIL_STEP("block.anvil.step"),
|
||||
BLOCK_ANVIL_USE("block.anvil.use"),
|
||||
BLOCK_BAMBOO_BREAK("block.bamboo.break"),
|
||||
BLOCK_BAMBOO_FALL("block.bamboo.fall"),
|
||||
BLOCK_BAMBOO_HIT("block.bamboo.hit"),
|
||||
BLOCK_BAMBOO_PLACE("block.bamboo.place"),
|
||||
BLOCK_BAMBOO_SAPLING_BREAK("block.bamboo_sapling.break"),
|
||||
BLOCK_BAMBOO_SAPLING_HIT("block.bamboo_sapling.hit"),
|
||||
BLOCK_BAMBOO_SAPLING_PLACE("block.bamboo_sapling.place"),
|
||||
BLOCK_BAMBOO_STEP("block.bamboo.step"),
|
||||
BLOCK_BARREL_CLOSE("block.barrel.close"),
|
||||
BLOCK_BARREL_OPEN("block.barrel.open"),
|
||||
BLOCK_BEACON_ACTIVATE("block.beacon.activate"),
|
||||
BLOCK_BEACON_AMBIENT("block.beacon.ambient"),
|
||||
BLOCK_BEACON_DEACTIVATE("block.beacon.deactivate"),
|
||||
BLOCK_BEACON_POWER_SELECT("block.beacon.power_select"),
|
||||
BLOCK_BELL_RESONATE("block.bell.resonate"),
|
||||
BLOCK_BELL_USE("block.bell.use"),
|
||||
BLOCK_BLASTFURNACE_FIRE_CRACKLE("block.blastfurnace.fire_crackle"),
|
||||
BLOCK_BREWING_STAND_BREW("block.brewing_stand.brew"),
|
||||
BLOCK_BUBBLE_COLUMN_BUBBLE_POP("block.bubble_column.bubble_pop"),
|
||||
BLOCK_BUBBLE_COLUMN_UPWARDS_AMBIENT("block.bubble_column.upwards_ambient"),
|
||||
BLOCK_BUBBLE_COLUMN_UPWARDS_INSIDE("block.bubble_column.upwards_inside"),
|
||||
BLOCK_BUBBLE_COLUMN_WHIRLPOOL_AMBIENT("block.bubble_column.whirlpool_ambient"),
|
||||
BLOCK_BUBBLE_COLUMN_WHIRLPOOL_INSIDE("block.bubble_column.whirlpool_inside"),
|
||||
BLOCK_CAMPFIRE_CRACKLE("block.campfire.crackle"),
|
||||
BLOCK_CHEST_CLOSE("block.chest.close"),
|
||||
BLOCK_CHEST_LOCKED("block.chest.locked"),
|
||||
BLOCK_CHEST_OPEN("block.chest.open"),
|
||||
BLOCK_CHORUS_FLOWER_DEATH("block.chorus_flower.death"),
|
||||
BLOCK_CHORUS_FLOWER_GROW("block.chorus_flower.grow"),
|
||||
BLOCK_COMPARATOR_CLICK("block.comparator.click"),
|
||||
BLOCK_COMPOSTER_EMPTY("block.composter.empty"),
|
||||
BLOCK_COMPOSTER_FILL("block.composter.fill"),
|
||||
BLOCK_COMPOSTER_FILL_SUCCESS("block.composter.fill_success"),
|
||||
BLOCK_COMPOSTER_READY("block.composter.ready"),
|
||||
BLOCK_CONDUIT_ACTIVATE("block.conduit.activate"),
|
||||
BLOCK_CONDUIT_AMBIENT("block.conduit.ambient"),
|
||||
BLOCK_CONDUIT_AMBIENT_SHORT("block.conduit.ambient.short"),
|
||||
@@ -51,6 +69,7 @@ public enum CraftSound {
|
||||
BLOCK_CORAL_BLOCK_HIT("block.coral_block.hit"),
|
||||
BLOCK_CORAL_BLOCK_PLACE("block.coral_block.place"),
|
||||
BLOCK_CORAL_BLOCK_STEP("block.coral_block.step"),
|
||||
BLOCK_CROP_BREAK("block.crop.break"),
|
||||
BLOCK_DISPENSER_DISPENSE("block.dispenser.dispense"),
|
||||
BLOCK_DISPENSER_FAIL("block.dispenser.fail"),
|
||||
BLOCK_DISPENSER_LAUNCH("block.dispenser.launch"),
|
||||
@@ -80,6 +99,7 @@ public enum CraftSound {
|
||||
BLOCK_GRAVEL_HIT("block.gravel.hit"),
|
||||
BLOCK_GRAVEL_PLACE("block.gravel.place"),
|
||||
BLOCK_GRAVEL_STEP("block.gravel.step"),
|
||||
BLOCK_GRINDSTONE_USE("block.grindstone.use"),
|
||||
BLOCK_IRON_DOOR_CLOSE("block.iron_door.close"),
|
||||
BLOCK_IRON_DOOR_OPEN("block.iron_door.open"),
|
||||
BLOCK_IRON_TRAPDOOR_CLOSE("block.iron_trapdoor.close"),
|
||||
@@ -89,6 +109,11 @@ public enum CraftSound {
|
||||
BLOCK_LADDER_HIT("block.ladder.hit"),
|
||||
BLOCK_LADDER_PLACE("block.ladder.place"),
|
||||
BLOCK_LADDER_STEP("block.ladder.step"),
|
||||
BLOCK_LANTERN_BREAK("block.lantern.break"),
|
||||
BLOCK_LANTERN_FALL("block.lantern.fall"),
|
||||
BLOCK_LANTERN_HIT("block.lantern.hit"),
|
||||
BLOCK_LANTERN_PLACE("block.lantern.place"),
|
||||
BLOCK_LANTERN_STEP("block.lantern.step"),
|
||||
BLOCK_LAVA_AMBIENT("block.lava.ambient"),
|
||||
BLOCK_LAVA_EXTINGUISH("block.lava.extinguish"),
|
||||
BLOCK_LAVA_POP("block.lava.pop"),
|
||||
@@ -101,14 +126,20 @@ public enum CraftSound {
|
||||
BLOCK_METAL_PRESSURE_PLATE_CLICK_OFF("block.metal_pressure_plate.click_off"),
|
||||
BLOCK_METAL_PRESSURE_PLATE_CLICK_ON("block.metal_pressure_plate.click_on"),
|
||||
BLOCK_METAL_STEP("block.metal.step"),
|
||||
BLOCK_NETHER_WART_BREAK("block.nether_wart.break"),
|
||||
BLOCK_NOTE_BLOCK_BANJO("block.note_block.banjo"),
|
||||
BLOCK_NOTE_BLOCK_BASEDRUM("block.note_block.basedrum"),
|
||||
BLOCK_NOTE_BLOCK_BASS("block.note_block.bass"),
|
||||
BLOCK_NOTE_BLOCK_BELL("block.note_block.bell"),
|
||||
BLOCK_NOTE_BLOCK_BIT("block.note_block.bit"),
|
||||
BLOCK_NOTE_BLOCK_CHIME("block.note_block.chime"),
|
||||
BLOCK_NOTE_BLOCK_COW_BELL("block.note_block.cow_bell"),
|
||||
BLOCK_NOTE_BLOCK_DIDGERIDOO("block.note_block.didgeridoo"),
|
||||
BLOCK_NOTE_BLOCK_FLUTE("block.note_block.flute"),
|
||||
BLOCK_NOTE_BLOCK_GUITAR("block.note_block.guitar"),
|
||||
BLOCK_NOTE_BLOCK_HARP("block.note_block.harp"),
|
||||
BLOCK_NOTE_BLOCK_HAT("block.note_block.hat"),
|
||||
BLOCK_NOTE_BLOCK_IRON_XYLOPHONE("block.note_block.iron_xylophone"),
|
||||
BLOCK_NOTE_BLOCK_PLING("block.note_block.pling"),
|
||||
BLOCK_NOTE_BLOCK_SNARE("block.note_block.snare"),
|
||||
BLOCK_NOTE_BLOCK_XYLOPHONE("block.note_block.xylophone"),
|
||||
@@ -124,6 +155,11 @@ public enum CraftSound {
|
||||
BLOCK_SAND_HIT("block.sand.hit"),
|
||||
BLOCK_SAND_PLACE("block.sand.place"),
|
||||
BLOCK_SAND_STEP("block.sand.step"),
|
||||
BLOCK_SCAFFOLDING_BREAK("block.scaffolding.break"),
|
||||
BLOCK_SCAFFOLDING_FALL("block.scaffolding.fall"),
|
||||
BLOCK_SCAFFOLDING_HIT("block.scaffolding.hit"),
|
||||
BLOCK_SCAFFOLDING_PLACE("block.scaffolding.place"),
|
||||
BLOCK_SCAFFOLDING_STEP("block.scaffolding.step"),
|
||||
BLOCK_SHULKER_BOX_CLOSE("block.shulker_box.close"),
|
||||
BLOCK_SHULKER_BOX_OPEN("block.shulker_box.open"),
|
||||
BLOCK_SLIME_BLOCK_BREAK("block.slime_block.break"),
|
||||
@@ -131,6 +167,7 @@ public enum CraftSound {
|
||||
BLOCK_SLIME_BLOCK_HIT("block.slime_block.hit"),
|
||||
BLOCK_SLIME_BLOCK_PLACE("block.slime_block.place"),
|
||||
BLOCK_SLIME_BLOCK_STEP("block.slime_block.step"),
|
||||
BLOCK_SMOKER_SMOKE("block.smoker.smoke"),
|
||||
BLOCK_SNOW_BREAK("block.snow.break"),
|
||||
BLOCK_SNOW_FALL("block.snow.fall"),
|
||||
BLOCK_SNOW_HIT("block.snow.hit"),
|
||||
@@ -145,6 +182,8 @@ public enum CraftSound {
|
||||
BLOCK_STONE_PRESSURE_PLATE_CLICK_OFF("block.stone_pressure_plate.click_off"),
|
||||
BLOCK_STONE_PRESSURE_PLATE_CLICK_ON("block.stone_pressure_plate.click_on"),
|
||||
BLOCK_STONE_STEP("block.stone.step"),
|
||||
BLOCK_SWEET_BERRY_BUSH_BREAK("block.sweet_berry_bush.break"),
|
||||
BLOCK_SWEET_BERRY_BUSH_PLACE("block.sweet_berry_bush.place"),
|
||||
BLOCK_TRIPWIRE_ATTACH("block.tripwire.attach"),
|
||||
BLOCK_TRIPWIRE_CLICK_OFF("block.tripwire.click_off"),
|
||||
BLOCK_TRIPWIRE_CLICK_ON("block.tripwire.click_on"),
|
||||
@@ -194,11 +233,14 @@ public enum CraftSound {
|
||||
ENTITY_BOAT_PADDLE_LAND("entity.boat.paddle_land"),
|
||||
ENTITY_BOAT_PADDLE_WATER("entity.boat.paddle_water"),
|
||||
ENTITY_CAT_AMBIENT("entity.cat.ambient"),
|
||||
ENTITY_CAT_BEG_FOR_FOOD("entity.cat.beg_for_food"),
|
||||
ENTITY_CAT_DEATH("entity.cat.death"),
|
||||
ENTITY_CAT_EAT("entity.cat.eat"),
|
||||
ENTITY_CAT_HISS("entity.cat.hiss"),
|
||||
ENTITY_CAT_HURT("entity.cat.hurt"),
|
||||
ENTITY_CAT_PURR("entity.cat.purr"),
|
||||
ENTITY_CAT_PURREOW("entity.cat.purreow"),
|
||||
ENTITY_CAT_STRAY_AMBIENT("entity.cat.stray_ambient"),
|
||||
ENTITY_CHICKEN_AMBIENT("entity.chicken.ambient"),
|
||||
ENTITY_CHICKEN_DEATH("entity.chicken.death"),
|
||||
ENTITY_CHICKEN_EGG("entity.chicken.egg"),
|
||||
@@ -271,6 +313,7 @@ public enum CraftSound {
|
||||
ENTITY_ENDER_PEARL_THROW("entity.ender_pearl.throw"),
|
||||
ENTITY_EVOKER_AMBIENT("entity.evoker.ambient"),
|
||||
ENTITY_EVOKER_CAST_SPELL("entity.evoker.cast_spell"),
|
||||
ENTITY_EVOKER_CELEBRATE("entity.evoker.celebrate"),
|
||||
ENTITY_EVOKER_DEATH("entity.evoker.death"),
|
||||
ENTITY_EVOKER_FANGS_ATTACK("entity.evoker_fangs.attack"),
|
||||
ENTITY_EVOKER_HURT("entity.evoker.hurt"),
|
||||
@@ -291,6 +334,16 @@ public enum CraftSound {
|
||||
ENTITY_FISHING_BOBBER_SPLASH("entity.fishing_bobber.splash"),
|
||||
ENTITY_FISHING_BOBBER_THROW("entity.fishing_bobber.throw"),
|
||||
ENTITY_FISH_SWIM("entity.fish.swim"),
|
||||
ENTITY_FOX_AGGRO("entity.fox.aggro"),
|
||||
ENTITY_FOX_AMBIENT("entity.fox.ambient"),
|
||||
ENTITY_FOX_BITE("entity.fox.bite"),
|
||||
ENTITY_FOX_DEATH("entity.fox.death"),
|
||||
ENTITY_FOX_EAT("entity.fox.eat"),
|
||||
ENTITY_FOX_HURT("entity.fox.hurt"),
|
||||
ENTITY_FOX_SCREECH("entity.fox.screech"),
|
||||
ENTITY_FOX_SLEEP("entity.fox.sleep"),
|
||||
ENTITY_FOX_SNIFF("entity.fox.sniff"),
|
||||
ENTITY_FOX_SPIT("entity.fox.spit"),
|
||||
ENTITY_GENERIC_BIG_FALL("entity.generic.big_fall"),
|
||||
ENTITY_GENERIC_BURN("entity.generic.burn"),
|
||||
ENTITY_GENERIC_DEATH("entity.generic.death"),
|
||||
@@ -381,13 +434,31 @@ public enum CraftSound {
|
||||
ENTITY_MAGMA_CUBE_SQUISH_SMALL("entity.magma_cube.squish_small"),
|
||||
ENTITY_MINECART_INSIDE("entity.minecart.inside"),
|
||||
ENTITY_MINECART_RIDING("entity.minecart.riding"),
|
||||
ENTITY_MOOSHROOM_CONVERT("entity.mooshroom.convert"),
|
||||
ENTITY_MOOSHROOM_EAT("entity.mooshroom.eat"),
|
||||
ENTITY_MOOSHROOM_MILK("entity.mooshroom.milk"),
|
||||
ENTITY_MOOSHROOM_SHEAR("entity.mooshroom.shear"),
|
||||
ENTITY_MOOSHROOM_SUSPICIOUS_MILK("entity.mooshroom.suspicious_milk"),
|
||||
ENTITY_MULE_AMBIENT("entity.mule.ambient"),
|
||||
ENTITY_MULE_CHEST("entity.mule.chest"),
|
||||
ENTITY_MULE_DEATH("entity.mule.death"),
|
||||
ENTITY_MULE_HURT("entity.mule.hurt"),
|
||||
ENTITY_OCELOT_AMBIENT("entity.ocelot.ambient"),
|
||||
ENTITY_OCELOT_DEATH("entity.ocelot.death"),
|
||||
ENTITY_OCELOT_HURT("entity.ocelot.hurt"),
|
||||
ENTITY_PAINTING_BREAK("entity.painting.break"),
|
||||
ENTITY_PAINTING_PLACE("entity.painting.place"),
|
||||
ENTITY_PANDA_AGGRESSIVE_AMBIENT("entity.panda.aggressive_ambient"),
|
||||
ENTITY_PANDA_AMBIENT("entity.panda.ambient"),
|
||||
ENTITY_PANDA_BITE("entity.panda.bite"),
|
||||
ENTITY_PANDA_CANT_BREED("entity.panda.cant_breed"),
|
||||
ENTITY_PANDA_DEATH("entity.panda.death"),
|
||||
ENTITY_PANDA_EAT("entity.panda.eat"),
|
||||
ENTITY_PANDA_HURT("entity.panda.hurt"),
|
||||
ENTITY_PANDA_PRE_SNEEZE("entity.panda.pre_sneeze"),
|
||||
ENTITY_PANDA_SNEEZE("entity.panda.sneeze"),
|
||||
ENTITY_PANDA_STEP("entity.panda.step"),
|
||||
ENTITY_PANDA_WORRIED_AMBIENT("entity.panda.worried_ambient"),
|
||||
ENTITY_PARROT_AMBIENT("entity.parrot.ambient"),
|
||||
ENTITY_PARROT_DEATH("entity.parrot.death"),
|
||||
ENTITY_PARROT_EAT("entity.parrot.eat"),
|
||||
@@ -402,11 +473,15 @@ public enum CraftSound {
|
||||
ENTITY_PARROT_IMITATE_ENDER_DRAGON("entity.parrot.imitate.ender_dragon"),
|
||||
ENTITY_PARROT_IMITATE_EVOKER("entity.parrot.imitate.evoker"),
|
||||
ENTITY_PARROT_IMITATE_GHAST("entity.parrot.imitate.ghast"),
|
||||
ENTITY_PARROT_IMITATE_GUARDIAN("entity.parrot.imitate.guardian"),
|
||||
ENTITY_PARROT_IMITATE_HUSK("entity.parrot.imitate.husk"),
|
||||
ENTITY_PARROT_IMITATE_ILLUSIONER("entity.parrot.imitate.illusioner"),
|
||||
ENTITY_PARROT_IMITATE_MAGMA_CUBE("entity.parrot.imitate.magma_cube"),
|
||||
ENTITY_PARROT_IMITATE_PANDA("entity.parrot.imitate.panda"),
|
||||
ENTITY_PARROT_IMITATE_PHANTOM("entity.parrot.imitate.phantom"),
|
||||
ENTITY_PARROT_IMITATE_PILLAGER("entity.parrot.imitate.pillager"),
|
||||
ENTITY_PARROT_IMITATE_POLAR_BEAR("entity.parrot.imitate.polar_bear"),
|
||||
ENTITY_PARROT_IMITATE_RAVAGER("entity.parrot.imitate.ravager"),
|
||||
ENTITY_PARROT_IMITATE_SHULKER("entity.parrot.imitate.shulker"),
|
||||
ENTITY_PARROT_IMITATE_SILVERFISH("entity.parrot.imitate.silverfish"),
|
||||
ENTITY_PARROT_IMITATE_SKELETON("entity.parrot.imitate.skeleton"),
|
||||
@@ -434,6 +509,10 @@ public enum CraftSound {
|
||||
ENTITY_PIG_HURT("entity.pig.hurt"),
|
||||
ENTITY_PIG_SADDLE("entity.pig.saddle"),
|
||||
ENTITY_PIG_STEP("entity.pig.step"),
|
||||
ENTITY_PILLAGER_AMBIENT("entity.pillager.ambient"),
|
||||
ENTITY_PILLAGER_CELEBRATE("entity.pillager.celebrate"),
|
||||
ENTITY_PILLAGER_DEATH("entity.pillager.death"),
|
||||
ENTITY_PILLAGER_HURT("entity.pillager.hurt"),
|
||||
ENTITY_PLAYER_ATTACK_CRIT("entity.player.attack.crit"),
|
||||
ENTITY_PLAYER_ATTACK_KNOCKBACK("entity.player.attack.knockback"),
|
||||
ENTITY_PLAYER_ATTACK_NODAMAGE("entity.player.attack.nodamage"),
|
||||
@@ -447,6 +526,7 @@ public enum CraftSound {
|
||||
ENTITY_PLAYER_HURT("entity.player.hurt"),
|
||||
ENTITY_PLAYER_HURT_DROWN("entity.player.hurt_drown"),
|
||||
ENTITY_PLAYER_HURT_ON_FIRE("entity.player.hurt_on_fire"),
|
||||
ENTITY_PLAYER_HURT_SWEET_BERRY_BUSH("entity.player.hurt_sweet_berry_bush"),
|
||||
ENTITY_PLAYER_LEVELUP("entity.player.levelup"),
|
||||
ENTITY_PLAYER_SMALL_FALL("entity.player.small_fall"),
|
||||
ENTITY_PLAYER_SPLASH("entity.player.splash"),
|
||||
@@ -470,6 +550,14 @@ public enum CraftSound {
|
||||
ENTITY_RABBIT_DEATH("entity.rabbit.death"),
|
||||
ENTITY_RABBIT_HURT("entity.rabbit.hurt"),
|
||||
ENTITY_RABBIT_JUMP("entity.rabbit.jump"),
|
||||
ENTITY_RAVAGER_AMBIENT("entity.ravager.ambient"),
|
||||
ENTITY_RAVAGER_ATTACK("entity.ravager.attack"),
|
||||
ENTITY_RAVAGER_CELEBRATE("entity.ravager.celebrate"),
|
||||
ENTITY_RAVAGER_DEATH("entity.ravager.death"),
|
||||
ENTITY_RAVAGER_HURT("entity.ravager.hurt"),
|
||||
ENTITY_RAVAGER_ROAR("entity.ravager.roar"),
|
||||
ENTITY_RAVAGER_STEP("entity.ravager.step"),
|
||||
ENTITY_RAVAGER_STUNNED("entity.ravager.stunned"),
|
||||
ENTITY_SALMON_AMBIENT("entity.salmon.ambient"),
|
||||
ENTITY_SALMON_DEATH("entity.salmon.death"),
|
||||
ENTITY_SALMON_FLOP("entity.salmon.flop"),
|
||||
@@ -556,15 +644,41 @@ public enum CraftSound {
|
||||
ENTITY_VEX_DEATH("entity.vex.death"),
|
||||
ENTITY_VEX_HURT("entity.vex.hurt"),
|
||||
ENTITY_VILLAGER_AMBIENT("entity.villager.ambient"),
|
||||
ENTITY_VILLAGER_CELEBRATE("entity.villager.celebrate"),
|
||||
ENTITY_VILLAGER_DEATH("entity.villager.death"),
|
||||
ENTITY_VILLAGER_HURT("entity.villager.hurt"),
|
||||
ENTITY_VILLAGER_NO("entity.villager.no"),
|
||||
ENTITY_VILLAGER_TRADE("entity.villager.trade"),
|
||||
ENTITY_VILLAGER_WORK_ARMORER("entity.villager.work_armorer"),
|
||||
ENTITY_VILLAGER_WORK_BUTCHER("entity.villager.work_butcher"),
|
||||
ENTITY_VILLAGER_WORK_CARTOGRAPHER("entity.villager.work_cartographer"),
|
||||
ENTITY_VILLAGER_WORK_CLERIC("entity.villager.work_cleric"),
|
||||
ENTITY_VILLAGER_WORK_FARMER("entity.villager.work_farmer"),
|
||||
ENTITY_VILLAGER_WORK_FISHERMAN("entity.villager.work_fisherman"),
|
||||
ENTITY_VILLAGER_WORK_FLETCHER("entity.villager.work_fletcher"),
|
||||
ENTITY_VILLAGER_WORK_LEATHERWORKER("entity.villager.work_leatherworker"),
|
||||
ENTITY_VILLAGER_WORK_LIBRARIAN("entity.villager.work_librarian"),
|
||||
ENTITY_VILLAGER_WORK_MASON("entity.villager.work_mason"),
|
||||
ENTITY_VILLAGER_WORK_SHEPHERD("entity.villager.work_shepherd"),
|
||||
ENTITY_VILLAGER_WORK_TOOLSMITH("entity.villager.work_toolsmith"),
|
||||
ENTITY_VILLAGER_WORK_WEAPONSMITH("entity.villager.work_weaponsmith"),
|
||||
ENTITY_VILLAGER_YES("entity.villager.yes"),
|
||||
ENTITY_VINDICATOR_AMBIENT("entity.vindicator.ambient"),
|
||||
ENTITY_VINDICATOR_CELEBRATE("entity.vindicator.celebrate"),
|
||||
ENTITY_VINDICATOR_DEATH("entity.vindicator.death"),
|
||||
ENTITY_VINDICATOR_HURT("entity.vindicator.hurt"),
|
||||
ENTITY_WANDERING_TRADER_AMBIENT("entity.wandering_trader.ambient"),
|
||||
ENTITY_WANDERING_TRADER_DEATH("entity.wandering_trader.death"),
|
||||
ENTITY_WANDERING_TRADER_DISAPPEARED("entity.wandering_trader.disappeared"),
|
||||
ENTITY_WANDERING_TRADER_DRINK_MILK("entity.wandering_trader.drink_milk"),
|
||||
ENTITY_WANDERING_TRADER_DRINK_POTION("entity.wandering_trader.drink_potion"),
|
||||
ENTITY_WANDERING_TRADER_HURT("entity.wandering_trader.hurt"),
|
||||
ENTITY_WANDERING_TRADER_NO("entity.wandering_trader.no"),
|
||||
ENTITY_WANDERING_TRADER_REAPPEARED("entity.wandering_trader.reappeared"),
|
||||
ENTITY_WANDERING_TRADER_TRADE("entity.wandering_trader.trade"),
|
||||
ENTITY_WANDERING_TRADER_YES("entity.wandering_trader.yes"),
|
||||
ENTITY_WITCH_AMBIENT("entity.witch.ambient"),
|
||||
ENTITY_WITCH_CELEBRATE("entity.witch.celebrate"),
|
||||
ENTITY_WITCH_DEATH("entity.witch.death"),
|
||||
ENTITY_WITCH_DRINK("entity.witch.drink"),
|
||||
ENTITY_WITCH_HURT("entity.witch.hurt"),
|
||||
@@ -611,6 +725,7 @@ public enum CraftSound {
|
||||
ENTITY_ZOMBIE_VILLAGER_DEATH("entity.zombie_villager.death"),
|
||||
ENTITY_ZOMBIE_VILLAGER_HURT("entity.zombie_villager.hurt"),
|
||||
ENTITY_ZOMBIE_VILLAGER_STEP("entity.zombie_villager.step"),
|
||||
EVENT_RAID_HORN("event.raid.horn"),
|
||||
ITEM_ARMOR_EQUIP_CHAIN("item.armor.equip_chain"),
|
||||
ITEM_ARMOR_EQUIP_DIAMOND("item.armor.equip_diamond"),
|
||||
ITEM_ARMOR_EQUIP_ELYTRA("item.armor.equip_elytra"),
|
||||
@@ -620,6 +735,8 @@ public enum CraftSound {
|
||||
ITEM_ARMOR_EQUIP_LEATHER("item.armor.equip_leather"),
|
||||
ITEM_ARMOR_EQUIP_TURTLE("item.armor.equip_turtle"),
|
||||
ITEM_AXE_STRIP("item.axe.strip"),
|
||||
ITEM_BOOK_PAGE_TURN("item.book.page_turn"),
|
||||
ITEM_BOOK_PUT("item.book.put"),
|
||||
ITEM_BOTTLE_EMPTY("item.bottle.empty"),
|
||||
ITEM_BOTTLE_FILL("item.bottle.fill"),
|
||||
ITEM_BOTTLE_FILL_DRAGONBREATH("item.bottle.fill_dragonbreath"),
|
||||
@@ -630,13 +747,24 @@ public enum CraftSound {
|
||||
ITEM_BUCKET_FILL_FISH("item.bucket.fill_fish"),
|
||||
ITEM_BUCKET_FILL_LAVA("item.bucket.fill_lava"),
|
||||
ITEM_CHORUS_FRUIT_TELEPORT("item.chorus_fruit.teleport"),
|
||||
ITEM_CROP_PLANT("item.crop.plant"),
|
||||
ITEM_CROSSBOW_HIT("item.crossbow.hit"),
|
||||
ITEM_CROSSBOW_LOADING_END("item.crossbow.loading_end"),
|
||||
ITEM_CROSSBOW_LOADING_MIDDLE("item.crossbow.loading_middle"),
|
||||
ITEM_CROSSBOW_LOADING_START("item.crossbow.loading_start"),
|
||||
ITEM_CROSSBOW_QUICK_CHARGE_1("item.crossbow.quick_charge_1"),
|
||||
ITEM_CROSSBOW_QUICK_CHARGE_2("item.crossbow.quick_charge_2"),
|
||||
ITEM_CROSSBOW_QUICK_CHARGE_3("item.crossbow.quick_charge_3"),
|
||||
ITEM_CROSSBOW_SHOOT("item.crossbow.shoot"),
|
||||
ITEM_ELYTRA_FLYING("item.elytra.flying"),
|
||||
ITEM_FIRECHARGE_USE("item.firecharge.use"),
|
||||
ITEM_FLINTANDSTEEL_USE("item.flintandsteel.use"),
|
||||
ITEM_HOE_TILL("item.hoe.till"),
|
||||
ITEM_NETHER_WART_PLANT("item.nether_wart.plant"),
|
||||
ITEM_SHIELD_BLOCK("item.shield.block"),
|
||||
ITEM_SHIELD_BREAK("item.shield.break"),
|
||||
ITEM_SHOVEL_FLATTEN("item.shovel.flatten"),
|
||||
ITEM_SWEET_BERRIES_PICK_FROM_BUSH("item.sweet_berries.pick_from_bush"),
|
||||
ITEM_TOTEM_USE("item.totem.use"),
|
||||
ITEM_TRIDENT_HIT("item.trident.hit"),
|
||||
ITEM_TRIDENT_HIT_GROUND("item.trident.hit_ground"),
|
||||
@@ -667,6 +795,11 @@ public enum CraftSound {
|
||||
MUSIC_NETHER("music.nether"),
|
||||
MUSIC_UNDER_WATER("music.under_water"),
|
||||
UI_BUTTON_CLICK("ui.button.click"),
|
||||
UI_CARTOGRAPHY_TABLE_TAKE_RESULT("ui.cartography_table.take_result"),
|
||||
UI_LOOM_SELECT_PATTERN("ui.loom.select_pattern"),
|
||||
UI_LOOM_TAKE_RESULT("ui.loom.take_result"),
|
||||
UI_STONECUTTER_SELECT_RECIPE("ui.stonecutter.select_recipe"),
|
||||
UI_STONECUTTER_TAKE_RESULT("ui.stonecutter.take_result"),
|
||||
UI_TOAST_CHALLENGE_COMPLETE("ui.toast.challenge_complete"),
|
||||
UI_TOAST_IN("ui.toast.in"),
|
||||
UI_TOAST_OUT("ui.toast.out"),
|
||||
|
||||
Reference in New Issue
Block a user