update 1.21.111 block sounds

This commit is contained in:
ForestOfLight
2025-09-30 12:55:34 -07:00
Unverified
parent dcaf1b749f
commit 833792b397
+483 -2
View File
@@ -45,6 +45,10 @@ export const blocks = {
"up" : "acacia_log_top"
}
},
"acacia_planks" : {
"sound" : "wood",
"textures" : "acacia_planks"
},
"acacia_pressure_plate" : {
"sound" : "wood",
"textures" : "acacia_planks"
@@ -53,6 +57,10 @@ export const blocks = {
"sound" : "grass",
"textures" : "acacia_sapling"
},
"acacia_shelf" : {
"sound" : "shelf",
"textures" : "acacia_shelf"
},
"acacia_slab" : {
"sound" : "wood",
"textures" : "acacia_planks"
@@ -253,6 +261,10 @@ export const blocks = {
"sound" : "bamboo_sapling",
"textures" : "bamboo_sapling"
},
"bamboo_shelf" : {
"sound" : "shelf",
"textures" : "bamboo_shelf"
},
"bamboo_slab" : {
"sound" : "bamboo_wood",
"textures" : "bamboo_planks"
@@ -404,6 +416,10 @@ export const blocks = {
"up" : "birch_log_top"
}
},
"birch_planks" : {
"sound" : "wood",
"textures" : "birch_planks"
},
"birch_pressure_plate" : {
"sound" : "wood",
"textures" : "birch_planks"
@@ -412,6 +428,10 @@ export const blocks = {
"sound" : "grass",
"textures" : "birch_sapling"
},
"birch_shelf" : {
"sound" : "shelf",
"textures" : "birch_shelf"
},
"birch_slab" : {
"sound" : "wood",
"textures" : "birch_planks"
@@ -930,6 +950,7 @@ export const blocks = {
}
},
"chain" : {
"carried_textures" : "chain_carried",
"sound" : "chain",
"textures" : {
"down" : "chain1",
@@ -1001,6 +1022,10 @@ export const blocks = {
"sound" : "bamboo_sapling",
"textures" : "cherry_sapling"
},
"cherry_shelf" : {
"sound" : "shelf",
"textures" : "cherry_shelf"
},
"cherry_slab" : {
"sound" : "cherry_wood",
"textures" : "cherry_planks"
@@ -1236,6 +1261,10 @@ export const blocks = {
"sound" : "stone",
"textures" : "conduit"
},
"copper_bars" : {
"sound" : "copper",
"textures" : "copper_bars"
},
"copper_block" : {
"isotropic" : false,
"sound" : "copper",
@@ -1246,6 +1275,27 @@ export const blocks = {
"sound" : "copper_bulb",
"textures" : "copper_bulb"
},
"copper_chain" : {
"carried_textures" : "copper_chain_carried",
"sound" : "chain",
"textures" : {
"down" : "copper_chain1",
"side" : "copper_chain2",
"up" : "copper_chain1"
}
},
"copper_chest" : {
"isotropic" : false,
"sound" : "copper_chest",
"textures" : {
"down" : "copper_chest_inventory_top",
"east" : "copper_chest_inventory_side",
"north" : "copper_chest_inventory_side",
"south" : "copper_chest_inventory_front",
"up" : "copper_chest_inventory_top",
"west" : "copper_chest_inventory_side"
}
},
"copper_door" : {
"sound" : "copper",
"textures" : {
@@ -1254,15 +1304,28 @@ export const blocks = {
"up" : "copper_door_bottom"
}
},
"copper_golem_statue" : {
"sound" : "copper_golem_statue",
"textures" : "copper_block"
},
"copper_grate" : {
"sound" : "copper_grate",
"textures" : "copper_grate"
},
"copper_lantern" : {
"carried_textures" : "copper_lantern_carried",
"sound" : "lantern",
"textures" : "copper_lantern"
},
"copper_ore" : {
"isotropic" : false,
"sound" : "stone",
"textures" : "copper_ore"
},
"copper_torch" : {
"sound" : "wood",
"textures" : "copper_torch"
},
"copper_trapdoor" : {
"sound" : "copper",
"textures" : "copper_trapdoor"
@@ -1458,6 +1521,10 @@ export const blocks = {
"west" : "crimson_roots"
}
},
"crimson_shelf" : {
"sound" : "shelf",
"textures" : "crimson_shelf"
},
"crimson_slab" : {
"sound" : "nether_wood",
"textures" : "crimson_planks"
@@ -1523,6 +1590,14 @@ export const blocks = {
"up" : "flattened_redsandstone_top"
}
},
"cut_red_sandstone_double_slab" : {
"sound" : "stone",
"textures" : {
"down" : "cut_red_sandstone_slab_top",
"side" : "cut_red_sandstone_slab_side",
"up" : "cut_red_sandstone_slab_top"
}
},
"cut_red_sandstone_slab" : {
"sound" : "stone",
"textures" : {
@@ -1544,6 +1619,14 @@ export const blocks = {
"up" : "flattened_sandstone_top"
}
},
"cut_sandstone_double_slab" : {
"sound" : "stone",
"textures" : {
"down" : "cut_sandstone_slab_top",
"side" : "cut_sandstone_slab_side",
"up" : "cut_sandstone_slab_top"
}
},
"cut_sandstone_slab" : {
"sound" : "stone",
"textures" : {
@@ -1669,6 +1752,10 @@ export const blocks = {
"up" : "dark_oak_log_top"
}
},
"dark_oak_planks" : {
"sound" : "wood",
"textures" : "dark_oak_planks"
},
"dark_oak_pressure_plate" : {
"sound" : "wood",
"textures" : "dark_oak_planks"
@@ -1677,6 +1764,10 @@ export const blocks = {
"sound" : "grass",
"textures" : "dark_oak_sapling"
},
"dark_oak_shelf" : {
"sound" : "shelf",
"textures" : "dark_oak_shelf"
},
"dark_oak_slab" : {
"sound" : "wood",
"textures" : "dark_oak_planks"
@@ -2232,11 +2323,36 @@ export const blocks = {
"sound" : "copper",
"textures" : "exposed_copper"
},
"exposed_copper_bars" : {
"sound" : "copper",
"textures" : "exposed_copper_bars"
},
"exposed_copper_bulb" : {
"isotropic" : false,
"sound" : "copper_bulb",
"textures" : "exposed_copper_bulb"
},
"exposed_copper_chain" : {
"carried_textures" : "exposed_copper_chain_carried",
"sound" : "chain",
"textures" : {
"down" : "exposed_copper_chain1",
"side" : "exposed_copper_chain2",
"up" : "exposed_copper_chain1"
}
},
"exposed_copper_chest" : {
"isotropic" : false,
"sound" : "copper_chest",
"textures" : {
"down" : "exposed_copper_chest_inventory_top",
"east" : "exposed_copper_chest_inventory_side",
"north" : "exposed_copper_chest_inventory_side",
"south" : "exposed_copper_chest_inventory_front",
"up" : "exposed_copper_chest_inventory_top",
"west" : "exposed_copper_chest_inventory_side"
}
},
"exposed_copper_door" : {
"sound" : "copper",
"textures" : {
@@ -2245,10 +2361,19 @@ export const blocks = {
"up" : "exposed_copper_door_bottom"
}
},
"exposed_copper_golem_statue" : {
"sound" : "copper_golem_statue",
"textures" : "exposed_copper"
},
"exposed_copper_grate" : {
"sound" : "copper_grate",
"textures" : "exposed_copper_grate"
},
"exposed_copper_lantern" : {
"carried_textures" : "exposed_copper_lantern_carried",
"sound" : "lantern",
"textures" : "exposed_copper_lantern"
},
"exposed_copper_trapdoor" : {
"sound" : "copper",
"textures" : "exposed_copper_trapdoor"
@@ -2273,6 +2398,11 @@ export const blocks = {
"sound" : "copper",
"textures" : "exposed_cut_copper"
},
"exposed_lightning_rod" : {
"isotropic" : false,
"sound" : "copper",
"textures" : "exposed_lightning_rod"
},
"farmland" : {
"sound" : "gravel",
"textures" : {
@@ -2849,6 +2979,10 @@ export const blocks = {
"up" : "jungle_log_top"
}
},
"jungle_planks" : {
"sound" : "wood",
"textures" : "jungle_planks"
},
"jungle_pressure_plate" : {
"sound" : "wood",
"textures" : "jungle_planks"
@@ -2857,6 +2991,10 @@ export const blocks = {
"sound" : "grass",
"textures" : "jungle_sapling"
},
"jungle_shelf" : {
"sound" : "shelf",
"textures" : "jungle_shelf"
},
"jungle_slab" : {
"sound" : "wood",
"textures" : "jungle_planks"
@@ -3475,6 +3613,10 @@ export const blocks = {
"west" : "mangrove_roots_side"
}
},
"mangrove_shelf" : {
"sound" : "shelf",
"textures" : "mangrove_shelf"
},
"mangrove_slab" : {
"sound" : "wood",
"textures" : "mangrove_planks"
@@ -3550,6 +3692,10 @@ export const blocks = {
"sound" : "stone",
"textures" : "mossy_cobblestone_wall"
},
"mossy_stone_brick_double_slab" : {
"sound" : "stone",
"textures" : "mossy_stone_brick_slab"
},
"mossy_stone_brick_slab" : {
"sound" : "stone",
"textures" : "mossy_stone_brick_slab"
@@ -3685,6 +3831,10 @@ export const blocks = {
"sound" : "metal",
"textures" : "reactor_core"
},
"normal_stone_double_slab" : {
"sound" : "stone",
"textures" : "normal_stone_slab"
},
"normal_stone_slab" : {
"sound" : "stone",
"textures" : "normal_stone_slab"
@@ -3727,10 +3877,18 @@ export const blocks = {
"up" : "oak_log_top"
}
},
"oak_planks" : {
"sound" : "wood",
"textures" : "oak_planks"
},
"oak_sapling" : {
"sound" : "grass",
"textures" : "oak_sapling"
},
"oak_shelf" : {
"sound" : "shelf",
"textures" : "oak_shelf"
},
"oak_slab" : {
"sound" : "wood",
"textures" : "oak_planks"
@@ -3850,11 +4008,36 @@ export const blocks = {
"sound" : "copper",
"textures" : "oxidized_copper"
},
"oxidized_copper_bars" : {
"sound" : "copper",
"textures" : "oxidized_copper_bars"
},
"oxidized_copper_bulb" : {
"isotropic" : false,
"sound" : "copper_bulb",
"textures" : "oxidized_copper_bulb"
},
"oxidized_copper_chain" : {
"carried_textures" : "oxidized_copper_chain_carried",
"sound" : "chain",
"textures" : {
"down" : "oxidized_copper_chain1",
"side" : "oxidized_copper_chain2",
"up" : "oxidized_copper_chain1"
}
},
"oxidized_copper_chest" : {
"isotropic" : false,
"sound" : "copper_chest_oxidized",
"textures" : {
"down" : "oxidized_copper_chest_inventory_top",
"east" : "oxidized_copper_chest_inventory_side",
"north" : "oxidized_copper_chest_inventory_side",
"south" : "oxidized_copper_chest_inventory_front",
"up" : "oxidized_copper_chest_inventory_top",
"west" : "oxidized_copper_chest_inventory_side"
}
},
"oxidized_copper_door" : {
"sound" : "copper",
"textures" : {
@@ -3863,10 +4046,19 @@ export const blocks = {
"up" : "oxidized_copper_door_bottom"
}
},
"oxidized_copper_golem_statue" : {
"sound" : "copper_golem_statue",
"textures" : "oxidized_copper"
},
"oxidized_copper_grate" : {
"sound" : "copper_grate",
"textures" : "oxidized_copper_grate"
},
"oxidized_copper_lantern" : {
"carried_textures" : "oxidized_copper_lantern_carried",
"sound" : "lantern",
"textures" : "oxidized_copper_lantern"
},
"oxidized_copper_trapdoor" : {
"sound" : "copper",
"textures" : "oxidized_copper_trapdoor"
@@ -3891,6 +4083,11 @@ export const blocks = {
"sound" : "copper",
"textures" : "oxidized_cut_copper"
},
"oxidized_lightning_rod" : {
"isotropic" : false,
"sound" : "copper",
"textures" : "oxidized_lightning_rod"
},
"packed_ice" : {
"sound" : "glass",
"textures" : "ice_packed"
@@ -3965,6 +4162,10 @@ export const blocks = {
"sound" : "grass",
"textures" : "pale_oak_sapling"
},
"pale_oak_shelf" : {
"sound" : "shelf",
"textures" : "pale_oak_shelf"
},
"pale_oak_slab" : {
"sound" : "wood",
"textures" : "pale_oak_planks"
@@ -4992,6 +5193,10 @@ export const blocks = {
"sound" : "stone",
"textures" : "smooth_quartz"
},
"smooth_quartz_double_slab" : {
"sound" : "stone",
"textures" : "smooth_quartz_slab"
},
"smooth_quartz_slab" : {
"sound" : "stone",
"textures" : "smooth_quartz_slab"
@@ -5189,6 +5394,10 @@ export const blocks = {
"up" : "spruce_log_top"
}
},
"spruce_planks" : {
"sound" : "wood",
"textures" : "spruce_planks"
},
"spruce_pressure_plate" : {
"sound" : "wood",
"textures" : "spruce_planks"
@@ -5197,6 +5406,10 @@ export const blocks = {
"sound" : "grass",
"textures" : "spruce_sapling"
},
"spruce_shelf" : {
"sound" : "shelf",
"textures" : "spruce_shelf"
},
"spruce_slab" : {
"sound" : "wood",
"textures" : "spruce_planks"
@@ -5858,6 +6071,10 @@ export const blocks = {
"west" : "warped_roots"
}
},
"warped_shelf" : {
"sound" : "shelf",
"textures" : "warped_shelf"
},
"warped_slab" : {
"sound" : "nether_wood",
"textures" : "warped_planks"
@@ -5914,11 +6131,36 @@ export const blocks = {
"sound" : "copper",
"textures" : "copper_block"
},
"waxed_copper_bars" : {
"sound" : "copper",
"textures" : "copper_bars"
},
"waxed_copper_bulb" : {
"isotropic" : false,
"sound" : "copper_bulb",
"textures" : "copper_bulb"
},
"waxed_copper_chain" : {
"carried_textures" : "copper_chain_carried",
"sound" : "chain",
"textures" : {
"down" : "copper_chain1",
"side" : "copper_chain2",
"up" : "copper_chain1"
}
},
"waxed_copper_chest" : {
"isotropic" : false,
"sound" : "copper_chest",
"textures" : {
"down" : "copper_chest_inventory_top",
"east" : "copper_chest_inventory_side",
"north" : "copper_chest_inventory_side",
"south" : "copper_chest_inventory_front",
"up" : "copper_chest_inventory_top",
"west" : "copper_chest_inventory_side"
}
},
"waxed_copper_door" : {
"sound" : "copper",
"textures" : {
@@ -5927,10 +6169,19 @@ export const blocks = {
"up" : "copper_door_bottom"
}
},
"waxed_copper_golem_statue" : {
"sound" : "copper_golem_statue",
"textures" : "copper_block"
},
"waxed_copper_grate" : {
"sound" : "copper_grate",
"textures" : "copper_grate"
},
"waxed_copper_lantern" : {
"carried_textures" : "copper_lantern_carried",
"sound" : "lantern",
"textures" : "copper_lantern"
},
"waxed_copper_trapdoor" : {
"sound" : "copper",
"textures" : "copper_trapdoor"
@@ -5964,11 +6215,36 @@ export const blocks = {
"sound" : "copper",
"textures" : "exposed_copper"
},
"waxed_exposed_copper_bars" : {
"sound" : "copper",
"textures" : "exposed_copper_bars"
},
"waxed_exposed_copper_bulb" : {
"isotropic" : false,
"sound" : "copper_bulb",
"textures" : "exposed_copper_bulb"
},
"waxed_exposed_copper_chain" : {
"carried_textures" : "exposed_copper_chain_carried",
"sound" : "chain",
"textures" : {
"down" : "exposed_copper_chain1",
"side" : "exposed_copper_chain2",
"up" : "exposed_copper_chain1"
}
},
"waxed_exposed_copper_chest" : {
"isotropic" : false,
"sound" : "copper_chest",
"textures" : {
"down" : "exposed_copper_chest_inventory_top",
"east" : "exposed_copper_chest_inventory_side",
"north" : "exposed_copper_chest_inventory_side",
"south" : "exposed_copper_chest_inventory_front",
"up" : "exposed_copper_chest_inventory_top",
"west" : "exposed_copper_chest_inventory_side"
}
},
"waxed_exposed_copper_door" : {
"sound" : "copper",
"textures" : {
@@ -5977,10 +6253,19 @@ export const blocks = {
"up" : "exposed_copper_door_bottom"
}
},
"waxed_exposed_copper_golem_statue" : {
"sound" : "copper_golem_statue",
"textures" : "exposed_copper"
},
"waxed_exposed_copper_grate" : {
"sound" : "copper_grate",
"textures" : "exposed_copper_grate"
},
"waxed_exposed_copper_lantern" : {
"carried_textures" : "exposed_copper_lantern_carried",
"sound" : "lantern",
"textures" : "exposed_copper_lantern"
},
"waxed_exposed_copper_trapdoor" : {
"sound" : "copper",
"textures" : "exposed_copper_trapdoor"
@@ -6005,6 +6290,16 @@ export const blocks = {
"sound" : "copper",
"textures" : "exposed_cut_copper"
},
"waxed_exposed_lightning_rod" : {
"isotropic" : false,
"sound" : "copper",
"textures" : "exposed_lightning_rod"
},
"waxed_lightning_rod" : {
"isotropic" : false,
"sound" : "copper",
"textures" : "lightning_rod"
},
"waxed_oxidized_chiseled_copper" : {
"sound" : "copper",
"textures" : "oxidized_chiseled_copper"
@@ -6014,11 +6309,36 @@ export const blocks = {
"sound" : "copper",
"textures" : "oxidized_copper"
},
"waxed_oxidized_copper_bars" : {
"sound" : "copper",
"textures" : "oxidized_copper_bars"
},
"waxed_oxidized_copper_bulb" : {
"isotropic" : false,
"sound" : "copper_bulb",
"textures" : "oxidized_copper_bulb"
},
"waxed_oxidized_copper_chain" : {
"carried_textures" : "oxidized_copper_chain_carried",
"sound" : "chain",
"textures" : {
"down" : "oxidized_copper_chain1",
"side" : "oxidized_copper_chain2",
"up" : "oxidized_copper_chain1"
}
},
"waxed_oxidized_copper_chest" : {
"isotropic" : false,
"sound" : "copper_chest_oxidized",
"textures" : {
"down" : "oxidized_copper_chest_inventory_top",
"east" : "oxidized_copper_chest_inventory_side",
"north" : "oxidized_copper_chest_inventory_side",
"south" : "oxidized_copper_chest_inventory_front",
"up" : "oxidized_copper_chest_inventory_top",
"west" : "oxidized_copper_chest_inventory_side"
}
},
"waxed_oxidized_copper_door" : {
"sound" : "copper",
"textures" : {
@@ -6027,10 +6347,19 @@ export const blocks = {
"up" : "oxidized_copper_door_bottom"
}
},
"waxed_oxidized_copper_golem_statue" : {
"sound" : "copper_golem_statue",
"textures" : "oxidized_copper"
},
"waxed_oxidized_copper_grate" : {
"sound" : "copper_grate",
"textures" : "oxidized_copper_grate"
},
"waxed_oxidized_copper_lantern" : {
"carried_textures" : "oxidized_copper_lantern_carried",
"sound" : "lantern",
"textures" : "oxidized_copper_lantern"
},
"waxed_oxidized_copper_trapdoor" : {
"sound" : "copper",
"textures" : "oxidized_copper_trapdoor"
@@ -6055,6 +6384,11 @@ export const blocks = {
"sound" : "copper",
"textures" : "oxidized_cut_copper"
},
"waxed_oxidized_lightning_rod" : {
"isotropic" : false,
"sound" : "copper",
"textures" : "oxidized_lightning_rod"
},
"waxed_weathered_chiseled_copper" : {
"sound" : "copper",
"textures" : "weathered_chiseled_copper"
@@ -6064,11 +6398,36 @@ export const blocks = {
"sound" : "copper",
"textures" : "weathered_copper"
},
"waxed_weathered_copper_bars" : {
"sound" : "copper",
"textures" : "weathered_copper_bars"
},
"waxed_weathered_copper_bulb" : {
"isotropic" : false,
"sound" : "copper_bulb",
"textures" : "weathered_copper_bulb"
},
"waxed_weathered_copper_chain" : {
"carried_textures" : "weathered_copper_chain_carried",
"sound" : "chain",
"textures" : {
"down" : "weathered_copper_chain1",
"side" : "weathered_copper_chain2",
"up" : "weathered_copper_chain1"
}
},
"waxed_weathered_copper_chest" : {
"isotropic" : false,
"sound" : "copper_chest_weathered",
"textures" : {
"down" : "weathered_copper_chest_inventory_top",
"east" : "weathered_copper_chest_inventory_side",
"north" : "weathered_copper_chest_inventory_side",
"south" : "weathered_copper_chest_inventory_front",
"up" : "weathered_copper_chest_inventory_top",
"west" : "weathered_copper_chest_inventory_side"
}
},
"waxed_weathered_copper_door" : {
"sound" : "copper",
"textures" : {
@@ -6077,10 +6436,19 @@ export const blocks = {
"up" : "weathered_copper_door_bottom"
}
},
"waxed_weathered_copper_golem_statue" : {
"sound" : "copper_golem_statue",
"textures" : "weathered_copper"
},
"waxed_weathered_copper_grate" : {
"sound" : "copper_grate",
"textures" : "weathered_copper_grate"
},
"waxed_weathered_copper_lantern" : {
"carried_textures" : "weathered_copper_lantern_carried",
"sound" : "lantern",
"textures" : "weathered_copper_lantern"
},
"waxed_weathered_copper_trapdoor" : {
"sound" : "copper",
"textures" : "weathered_copper_trapdoor"
@@ -6105,6 +6473,11 @@ export const blocks = {
"sound" : "copper",
"textures" : "weathered_cut_copper"
},
"waxed_weathered_lightning_rod" : {
"isotropic" : false,
"sound" : "copper",
"textures" : "weathered_lightning_rod"
},
"weathered_chiseled_copper" : {
"sound" : "copper",
"textures" : "weathered_chiseled_copper"
@@ -6114,11 +6487,36 @@ export const blocks = {
"sound" : "copper",
"textures" : "weathered_copper"
},
"weathered_copper_bars" : {
"sound" : "copper",
"textures" : "weathered_copper_bars"
},
"weathered_copper_bulb" : {
"isotropic" : false,
"sound" : "copper_bulb",
"textures" : "weathered_copper_bulb"
},
"weathered_copper_chain" : {
"carried_textures" : "weathered_copper_chain_carried",
"sound" : "chain",
"textures" : {
"down" : "weathered_copper_chain1",
"side" : "weathered_copper_chain2",
"up" : "weathered_copper_chain1"
}
},
"weathered_copper_chest" : {
"isotropic" : false,
"sound" : "copper_chest_weathered",
"textures" : {
"down" : "weathered_copper_chest_inventory_top",
"east" : "weathered_copper_chest_inventory_side",
"north" : "weathered_copper_chest_inventory_side",
"south" : "weathered_copper_chest_inventory_front",
"up" : "weathered_copper_chest_inventory_top",
"west" : "weathered_copper_chest_inventory_side"
}
},
"weathered_copper_door" : {
"sound" : "copper",
"textures" : {
@@ -6127,10 +6525,19 @@ export const blocks = {
"up" : "weathered_copper_door_bottom"
}
},
"weathered_copper_golem_statue" : {
"sound" : "copper_golem_statue",
"textures" : "weathered_copper"
},
"weathered_copper_grate" : {
"sound" : "copper_grate",
"textures" : "weathered_copper_grate"
},
"weathered_copper_lantern" : {
"carried_textures" : "weathered_copper_lantern_carried",
"sound" : "lantern",
"textures" : "weathered_copper_lantern"
},
"weathered_copper_trapdoor" : {
"sound" : "copper",
"textures" : "weathered_copper_trapdoor"
@@ -6155,6 +6562,11 @@ export const blocks = {
"sound" : "copper",
"textures" : "weathered_cut_copper"
},
"weathered_lightning_rod" : {
"isotropic" : false,
"sound" : "copper",
"textures" : "weathered_lightning_rod"
},
"web" : {
"sound" : "web",
"textures" : "web"
@@ -6350,7 +6762,7 @@ export const blocks = {
"sound" : "stone",
"textures" : "skull"
}
}
};
export const block_sounds = {
"amethyst_block" : {
@@ -7263,6 +7675,62 @@ export const block_sounds = {
"pitch" : 1.0,
"volume" : 1.0
},
"copper_chest" : {
"base" : "copper",
"events" : {
"chest.closed" : {
"pitch" : [ 0.90, 1.0 ],
"sound" : "block.copper_chest.closed"
},
"chest.open" : {
"pitch" : [ 0.90, 1.0 ],
"sound" : "block.copper_chest.open"
}
},
"pitch" : 1.0,
"volume" : 1.0
},
"copper_chest_oxidized" : {
"base" : "copper",
"events" : {
"chest.closed" : {
"pitch" : [ 0.90, 1.0 ],
"sound" : "block.copper_chest.oxidized.closed"
},
"chest.open" : {
"pitch" : [ 0.90, 1.0 ],
"sound" : "block.copper_chest.oxidized.open"
}
},
"pitch" : 1.0,
"volume" : 1.0
},
"copper_chest_weathered" : {
"base" : "copper",
"events" : {
"chest.closed" : {
"pitch" : [ 0.90, 1.0 ],
"sound" : "block.copper_chest.weathered.closed"
},
"chest.open" : {
"pitch" : [ 0.90, 1.0 ],
"sound" : "block.copper_chest.weathered.open"
}
},
"pitch" : 1.0,
"volume" : 1.0
},
"copper_golem_statue" : {
"base" : "copper",
"events" : {
"activate" : "mob.copper_golem.becoming_statue",
"break" : "block.copper_golem_statue.break",
"hit" : "block.copper_golem_statue.hit",
"place" : "block.copper_golem_statue.place"
},
"pitch" : 1.0,
"volume" : 1.0
},
"copper_grate" : {
"events" : {
"break" : {
@@ -9235,6 +9703,19 @@ export const block_sounds = {
}
}
},
"shelf" : {
"base" : "chiseled_bookshelf",
"events" : {
"activate" : "block.shelf.activate",
"break" : "block.shelf.break",
"deactivate" : "block.shelf.deactivate",
"multi_swap" : "block.shelf.multi_swap",
"place_item" : "block.shelf.place_item",
"single_swap" : "block.shelf.single_swap"
},
"pitch" : 1.0,
"volume" : 1.0
},
"shroomlight" : {
"events" : {
"break" : {
@@ -10010,4 +10491,4 @@ export const block_sounds = {
"pitch" : 1.0,
"volume" : 1.0
}
}
};