-
Notifications
You must be signed in to change notification settings - Fork 5
Examples
Soni L edited this page Oct 23, 2015
·
4 revisions
This is a list of example JSONs for use with NoteBetter.
{
"blocks": [
{
"block": "minecraft:enchanting_table",
"sound": "minecraft:random.orb"
}
],
"materials": [
{
"material_of": "minecraft:iron_block",
"sound": "minecraft:note.pling"
},
{
"material_of": "minecraft:anvil",
"sound": "minecraft:random.anvil_land"
},
{
"material_of": "minecraft:piston",
"sound": "minecraft:tile.piston.out"
}
],
"default": null
}