|
88 | 88 | }
|
89 | 89 | ]
|
90 | 90 | },
|
| 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 | + }, |
91 | 147 | "hardmetal": {
|
92 | 148 | "type": "events",
|
93 | 149 | "walk": "metalbox.metalbox_walk",
|
|
711 | 767 | }
|
712 | 768 | ]
|
713 | 769 | },
|
| 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 | + }, |
714 | 808 | "slate_ore": {
|
715 | 809 | "type": "events",
|
716 | 810 | "walk": [
|
|
1597 | 1691 | "wander": "@minecraft:block.honey_block.step",
|
1598 | 1692 | "land": "@minecraft:block.honey_block.break"
|
1599 | 1693 | },
|
| 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 | + }, |
1600 | 1700 | "grass": {
|
1601 | 1701 | "type": "events",
|
1602 | 1702 | "walk": [
|
|
1646 | 1746 | }
|
1647 | 1747 | ]
|
1648 | 1748 | },
|
| 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 | + }, |
1649 | 1804 | "brickstone": {
|
1650 | 1805 | "type": "events",
|
1651 | 1806 | "walk": "concrete.concrete_walk",
|
|
2091 | 2246 | }
|
2092 | 2247 | ]
|
2093 | 2248 | },
|
| 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 | + }, |
2094 | 2328 | "ladder": {
|
2095 | 2329 | "type": "events",
|
2096 | 2330 | "walk": {
|
|
0 commit comments