Skip to content

Commit ca81185

Browse files
committed
Add sounds for all 1.21 content
1 parent 3a9644c commit ca81185

File tree

5 files changed

+325
-47
lines changed

5 files changed

+325
-47
lines changed

src/main/resources/assets/presencefootsteps/config/acoustics.json

+234
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,62 @@
8888
}
8989
]
9090
},
91+
"softrug": {
92+
"type": "events",
93+
"walk": {
94+
"name": "rug.rug_walk",
95+
"volume": 30.0
96+
},
97+
"wander": {
98+
"name": "grass.grass_wander",
99+
"volume": 30
100+
},
101+
"land": [
102+
"rug.rug_walk",
103+
{
104+
"type": "delayed",
105+
"delay": 20,
106+
"acoustic": "rug.rug_walk"
107+
}
108+
]
109+
},
110+
"heavymetal": {
111+
"type": "events",
112+
"walk": "@minecraft:block.heavy_core.step",
113+
"run": "@minecraft:block.heavy_core.step",
114+
"wander": [
115+
"@minecraft:block.heavy_core.step",
116+
{
117+
"type": "probability",
118+
"entries": [
119+
4,
120+
{
121+
"type": "basic",
122+
"name": "metalbox.metalbox_wander",
123+
"volume": {
124+
"min": 10.0,
125+
"max": 50.0
126+
}
127+
},
128+
7,
129+
"@"
130+
]
131+
}
132+
],
133+
"land": [
134+
"@minecraft:block.heavy_core.step",
135+
{
136+
"type": "basic",
137+
"name": "@minecraft:block.heavy_core.step",
138+
"volume": 50.0
139+
},
140+
{
141+
"type": "delayed",
142+
"delay": 50,
143+
"acoustic": "metalbox.metalbox_run"
144+
}
145+
]
146+
},
91147
"hardmetal": {
92148
"type": "events",
93149
"walk": "metalbox.metalbox_walk",
@@ -711,6 +767,44 @@
711767
}
712768
]
713769
},
770+
"softwood": {
771+
"type": "events",
772+
"walk": [
773+
{
774+
"type": "basic",
775+
"name": "wood.wood_walk",
776+
"volume": 80
777+
},
778+
{
779+
"pitch": 20,
780+
"delay": 50,
781+
"volume": 20,
782+
"name": "squeakywood.squeakywood_walk"
783+
}
784+
],
785+
"wander": [
786+
"dirt.dirt_wander",
787+
{
788+
"type": "delayed",
789+
"delay": 50,
790+
"pitch": 30,
791+
"acoustic": "squeakywood.squeakywood_wander"
792+
}
793+
],
794+
"land": [
795+
{
796+
"type": "basic",
797+
"name": "wood.wood_walk",
798+
"volume": 30.000002
799+
},
800+
{
801+
"type": "delayed",
802+
"delay": 30,
803+
"acoustic": "wood.wood_walk",
804+
"volume": 30.000002
805+
}
806+
]
807+
},
714808
"slate_ore": {
715809
"type": "events",
716810
"walk": [
@@ -1597,6 +1691,12 @@
15971691
"wander": "@minecraft:block.honey_block.step",
15981692
"land": "@minecraft:block.honey_block.break"
15991693
},
1694+
"creaking": {
1695+
"type": "events",
1696+
"walk": "@minecraft:block.creaking_heart.step",
1697+
"wander": "@minecraft:block.creaking_heart.step",
1698+
"land": "@minecraft:block.creaking_heart.break"
1699+
},
16001700
"grass": {
16011701
"type": "events",
16021702
"walk": [
@@ -1646,6 +1746,61 @@
16461746
}
16471747
]
16481748
},
1749+
"softgrass": {
1750+
"type": "events",
1751+
"walk": [
1752+
{
1753+
"type": "basic",
1754+
"name": "grass.grass_walk",
1755+
"volume": {
1756+
"min": 10.0,
1757+
"max": 20.0
1758+
}
1759+
},
1760+
{
1761+
"type": "basic",
1762+
"name": "brush.brush_through",
1763+
"volume": 5.0
1764+
}
1765+
],
1766+
"run": [
1767+
{
1768+
"type": "basic",
1769+
"name": "grass.grass_run",
1770+
"volume": {
1771+
"min": 10.0,
1772+
"max": 30.0
1773+
}
1774+
},
1775+
{
1776+
"type": "basic",
1777+
"name": "brush.brush_through",
1778+
"volume": 20.0
1779+
}
1780+
],
1781+
"wander": {
1782+
"name": "grass.grass_wander",
1783+
"volume": 20.0
1784+
},
1785+
"land": [
1786+
{
1787+
"name": "grass.grass_run",
1788+
"volume": 20.0
1789+
},
1790+
{
1791+
"type": "delayed",
1792+
"delay": 50,
1793+
"acoustic": {
1794+
"type": "basic",
1795+
"name": "grass.grass_run",
1796+
"volume": {
1797+
"min": 30.0,
1798+
"max": 40.0
1799+
}
1800+
}
1801+
}
1802+
]
1803+
},
16491804
"brickstone": {
16501805
"type": "events",
16511806
"walk": "concrete.concrete_walk",
@@ -2091,6 +2246,85 @@
20912246
}
20922247
]
20932248
},
2249+
"resin": {
2250+
"type": "events",
2251+
"walk": [
2252+
{
2253+
"name": "bluntwood.bluntwood_walk",
2254+
"volume": 10,
2255+
"pitch": {
2256+
"min": 15.0,
2257+
"max": 25.0
2258+
}
2259+
},
2260+
{
2261+
"type": "basic",
2262+
"name": "lino.lino_walk",
2263+
"volume": 30,
2264+
"pitch": {
2265+
"min": 75.0,
2266+
"max": 85.0
2267+
}
2268+
}
2269+
],
2270+
"run": [
2271+
{
2272+
"name": "bluntwood.bluntwood_walk",
2273+
"volume": 30,
2274+
"pitch": {
2275+
"min": 15.0,
2276+
"max": 25.0
2277+
}
2278+
},
2279+
{
2280+
"type": "basic",
2281+
"name": "lino.lino_run",
2282+
"volume": 30,
2283+
"pitch": {
2284+
"min": 75.0,
2285+
"max": 85.0
2286+
}
2287+
}
2288+
],
2289+
"wander": [
2290+
{
2291+
"name": "bluntwood.bluntwood_wander",
2292+
"volume": 10,
2293+
"pitch": {
2294+
"min": 15.0,
2295+
"max": 25.0
2296+
}
2297+
},
2298+
{
2299+
"name": "marble.marble_wander",
2300+
"volume": 30,
2301+
"pitch": {
2302+
"min": 75.0,
2303+
"max": 85.0
2304+
}
2305+
}
2306+
],
2307+
"land": [
2308+
{
2309+
"name": "bluntwood.bluntwood_walk",
2310+
"volume": 20,
2311+
"pitch": {
2312+
"min": 15.0,
2313+
"max": 25.0
2314+
}
2315+
},
2316+
{
2317+
"type": "delayed",
2318+
"delay": 50,
2319+
"volume": 30,
2320+
"pitch": {
2321+
"min": 75.0,
2322+
"max": 85.0
2323+
},
2324+
"acoustic": "bluntwood.bluntwood_walk"
2325+
}
2326+
]
2327+
},
20942328
"ladder": {
20952329
"type": "events",
20962330
"walk": {

0 commit comments

Comments
 (0)