mirror of
https://github.com/ViaVersion/Mappings.git
synced 2025-01-24 22:01:48 +01:00
29 lines
597 B
JSON
29 lines
597 B
JSON
{
|
|
"sounds": {
|
|
"block.trial_spawner.charge_activate": "block.trial_spawner.ominous_activate",
|
|
"block.trial_spawner.ambient_charged": "block.trial_spawner.ambient_ominous"
|
|
},
|
|
"tags": {
|
|
"block": {
|
|
"air": [
|
|
"air",
|
|
"cave_air",
|
|
"void_air"
|
|
],
|
|
"mob_interactable_doors": [
|
|
"acacia_door",
|
|
"bamboo_door",
|
|
"birch_door",
|
|
"cherry_door",
|
|
"crimson_door",
|
|
"dark_oak_door",
|
|
"jungle_door",
|
|
"mangrove_door",
|
|
"oak_door",
|
|
"spruce_door",
|
|
"warped_door"
|
|
]
|
|
}
|
|
}
|
|
}
|