Skip to content

Commit 58fec69

Browse files
committedDec 12, 2024
Add specific sounds for the pale oak wood and leaves
1 parent 909bfcd commit 58fec69

File tree

3 files changed

+117
-53
lines changed

3 files changed

+117
-53
lines changed
 

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

+63-4
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,64 @@
561561
}
562562
]
563563
},
564+
"softleaves": {
565+
"type": "events",
566+
"walk": [
567+
{
568+
"name": "dirt.dirt_walk",
569+
"volume": 20
570+
},
571+
{
572+
"name": "leaves.leaves_through",
573+
"volume": 30,
574+
"pitch": 80
575+
}
576+
],
577+
"run": [
578+
{
579+
"name": "dirt.dirt_run",
580+
"volume": 20
581+
},
582+
{
583+
"name": "leaves.leaves_through",
584+
"volume": 30
585+
}
586+
],
587+
"jump": [
588+
{
589+
"name": "dirt.dirt_wander",
590+
"volume": 40
591+
},
592+
{
593+
"name": "leaves.leaves_through",
594+
"volume": 40
595+
}
596+
],
597+
"wander": {
598+
"name": "dirt.dirt_wander",
599+
"volume": 40
600+
},
601+
"land": [
602+
{
603+
"name": "dirt.dirt_land",
604+
"volume": 40
605+
},
606+
{
607+
"name": "leaves.leaves_through",
608+
"volume": 40
609+
},
610+
{
611+
"type": "basic",
612+
"name": "dirt.dirt_walk",
613+
"volume": 50.0
614+
},
615+
{
616+
"type": "delayed",
617+
"delay": 50,
618+
"acoustic": "dirt.dirt_run"
619+
}
620+
]
621+
},
564622
"hardsteel": {
565623
"type": "events",
566624
"walk": "marble.marble_walk",
@@ -773,12 +831,12 @@
773831
{
774832
"type": "basic",
775833
"name": "wood.wood_walk",
776-
"volume": 80
834+
"volume": 40
777835
},
778836
{
779837
"pitch": 20,
780838
"delay": 50,
781-
"volume": 20,
839+
"volume": 10,
782840
"name": "squeakywood.squeakywood_walk"
783841
}
784842
],
@@ -788,20 +846,21 @@
788846
"type": "delayed",
789847
"delay": 50,
790848
"pitch": 30,
849+
"volume": 10,
791850
"acoustic": "squeakywood.squeakywood_wander"
792851
}
793852
],
794853
"land": [
795854
{
796855
"type": "basic",
797856
"name": "wood.wood_walk",
798-
"volume": 30.000002
857+
"volume": 30
799858
},
800859
{
801860
"type": "delayed",
802861
"delay": 30,
803862
"acoustic": "wood.wood_walk",
804-
"volume": 30.000002
863+
"volume": 30
805864
}
806865
]
807866
},

‎src/main/resources/assets/presencefootsteps/config/blockmap.json

+53-48
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"minecraft:moving_piston": "NOT_EMITTER",
1212
"minecraft:water": "NOT_EMITTER",
1313
"minecraft:lava": "NOT_EMITTER",
14-
14+
1515
"minecraft:stone": "stone",
1616
"minecraft:granite": "stone,ore",
1717
"minecraft:polished_granite": "marble",
@@ -59,11 +59,12 @@
5959
"minecraft:cracked_deepslate_tiles": "brickstone",
6060

6161
"#minecraft:planks": "wood",
62+
"minecraft:pale_oak_planks": "softwood",
6263

6364
"minecraft:bedrock": "bedrock",
6465
"#minecraft:sand": "sand",
6566
"minecraft:gravel": "gravel",
66-
"minecraft:suspicious_gravel": "gravel",
67+
"minecraft:suspicious_gravel": "gravel",
6768

6869
"minecraft:diamond_ore": "ore",
6970
"minecraft:copper_ore": "ore",
@@ -91,10 +92,10 @@
9192
"minecraft:acacia_log": "wood",
9293
"minecraft:dark_oak_log": "wood",
9394
"minecraft:mangrove_log": "wood",
94-
"minecraft:cherry_log": "wood",
95-
"minecraft:pale_oak_log": "softwood",
96-
97-
"minecraft:creaking_heart": "softwood,creaking",
95+
"minecraft:cherry_log": "wood",
96+
"minecraft:pale_oak_log": "softwood",
97+
98+
"minecraft:creaking_heart": "softwood,creaking",
9899

99100
"minecraft:stripped_oak_log": "wood,stone",
100101
"minecraft:stripped_spruce_log": "wood,stone",
@@ -103,8 +104,8 @@
103104
"minecraft:stripped_acacia_log": "wood,stone",
104105
"minecraft:stripped_dark_oak_log": "wood,stone",
105106
"minecraft:stripped_mangrove_log": "wood,stone",
106-
"minecraft:stripped_cherry_log": "wood,stone",
107-
"minecraft:stripped_pale_oak_log": "softwood,stone",
107+
"minecraft:stripped_cherry_log": "wood,stone",
108+
"minecraft:stripped_pale_oak_log": "softwood,stone",
108109

109110
"minecraft:stripped_oak_wood": "wood,stone",
110111
"minecraft:stripped_spruce_wood": "wood,stone",
@@ -113,8 +114,8 @@
113114
"minecraft:stripped_acacia_wood": "wood,stone",
114115
"minecraft:stripped_dark_oak_wood": "wood,stone",
115116
"minecraft:stripped_mangrove_wood": "wood,stone",
116-
"minecraft:stripped_cherry_wood": "wood,stone",
117-
"minecraft:stripped_pale_oak_wood": "softwood,stone",
117+
"minecraft:stripped_cherry_wood": "wood,stone",
118+
"minecraft:stripped_pale_oak_wood": "softwood,stone",
118119

119120
"minecraft:oak_wood": "wood",
120121
"minecraft:spruce_wood": "wood",
@@ -123,10 +124,11 @@
123124
"minecraft:acacia_wood": "wood",
124125
"minecraft:dark_oak_wood": "wood",
125126
"minecraft:mangrove_wood": "wood",
126-
"minecraft:cherry_wood": "wood",
127-
"minecraft:pale_oak_wood": "softwood",
127+
"minecraft:cherry_wood": "wood",
128+
"minecraft:pale_oak_wood": "softwood",
128129

129130
"#minecraft:leaves": "leaves",
131+
"minecraft:pale_oak_leaves": "softleaves",
130132

131133
"minecraft:sponge": "organic",
132134
"minecraft:wet_sponge": "mud",
@@ -183,9 +185,9 @@
183185

184186
"minecraft:dandelion": "NOT_EMITTER",
185187

186-
"#minecraft:small_flowers": "NOT_EMITTER",
188+
"#minecraft:small_flowers": "NOT_EMITTER",
187189
"#minecraft:small_flowers.foliage": "brush",
188-
"minecraft:wither_rose.messy": "straw",
190+
"minecraft:wither_rose.messy": "straw",
189191

190192
"minecraft:brown_mushroom": "NOT_EMITTER",
191193
"minecraft:red_mushroom": "NOT_EMITTER",
@@ -201,8 +203,8 @@
201203
"minecraft:acacia_slab": "wood",
202204
"minecraft:dark_oak_slab": "wood",
203205
"minecraft:mangrove_slab": "wood",
204-
"minecraft:cherry_slab": "wood",
205-
"minecraft:pale_oak_slab": "wood",
206+
"minecraft:cherry_slab": "wood",
207+
"minecraft:pale_oak_slab": "softwood",
206208

207209
"minecraft:stone_slab": "stone",
208210
"minecraft:smooth_stone_slab": "marble",
@@ -241,7 +243,7 @@
241243
"minecraft:soul_torch": "NOT_EMITTER",
242244
"minecraft:soul_wall_torch": "NOT_EMITTER",
243245
"minecraft:end_rod": "metalbar",
244-
"minecraft:heavy_core": "heavymetal",
246+
"minecraft:heavy_core": "heavymetal",
245247

246248
"minecraft:chorus_flower": "organic_solid",
247249
"minecraft:chorus_plant": "squeakywood,organic_dry",
@@ -265,6 +267,7 @@
265267
"minecraft:stone_pressure_plate": "stone",
266268
"minecraft:stone_pressure_plate.carpet": "stone",
267269
"#minecraft:wooden_pressure_plates": "wood",
270+
"minecraft:pale_oak_pressure_plate.foliage": "softwood",
268271
"#minecraft:wooden_pressure_plates.carpet": "wood",
269272

270273
"minecraft:lightning_rod": "copper",
@@ -376,7 +379,7 @@
376379
"minecraft:mossy_stone_bricks": "brickstone",
377380
"minecraft:cracked_stone_bricks": "brickstone",
378381
"minecraft:chiseled_stone_bricks": "brickstone",
379-
"minecraft:decorated_pot": "stone",
382+
"minecraft:decorated_pot": "stone",
380383

381384
"minecraft:brown_mushroom_block": "mushroom",
382385
"minecraft:red_mushroom_block": "mushroom",
@@ -414,10 +417,10 @@
414417
"minecraft:moss_block": "rug",
415418
"minecraft:moss_carpet": "rug",
416419
"minecraft:moss_carpet.carpet": "rug,grass",
417-
418-
"minecraft:pale_moss_block": "softrug",
419-
"minecraft:pale_moss_carpet": "softrug",
420-
"minecraft:pale_moss_carpet.carpet": "softrug,softgrass",
420+
421+
"minecraft:pale_moss_block": "softrug",
422+
"minecraft:pale_moss_carpet": "softrug",
423+
"minecraft:pale_moss_carpet.carpet": "softrug,softgrass",
421424

422425
"minecraft:azalea": "leaves",
423426
"minecraft:flowering_azalea": "leaves",
@@ -434,12 +437,12 @@
434437

435438
"minecraft:spore_blossom": "NOT_EMITTER",
436439
"minecraft:hanging_roots": "NOT_EMITTER",
437-
"minecraft:hanging_roots.messy": "softgrass",
438-
"minecraft:hanging_roots.foliage": "softgrass",
440+
"minecraft:hanging_roots.messy": "softgrass",
441+
"minecraft:hanging_roots.foliage": "softgrass",
439442

440-
"minecraft:pale_hanging_moss": "NOT_EMITTER",
441-
"minecraft:pale_hanging_moss.messy": "softgrass",
442-
"minecraft:pale_hanging_moss.foliage": "softgrass",
443+
"minecraft:pale_hanging_moss": "NOT_EMITTER",
444+
"minecraft:pale_hanging_moss.messy": "softgrass",
445+
"minecraft:pale_hanging_moss.foliage": "softgrass",
443446

444447
"#minecraft:fence_gates.bigger": "bluntwood",
445448

@@ -472,6 +475,7 @@
472475

473476
"minecraft:crimson_stairs": "wood,mushroom",
474477
"minecraft:warped_stairs": "wood,mushroom",
478+
"minecraft:pale_oak_stairs": "softwood",
475479
"#minecraft:wooden_stairs": "wood",
476480

477481
"minecraft:beacon": "glass",
@@ -491,6 +495,7 @@
491495
"minecraft:end_stone_brick_wall.bigger": "brickstone",
492496
"minecraft:diorite_wall.bigger": "stone,ore",
493497

498+
"minecraft:pale_oak_button[face=floor].foliage": "softwood",
494499
"#minecraft:wooden_buttons[face=floor].foliage": "wood",
495500
"#minecraft:wooden_buttons": "NOT_EMITTER",
496501

@@ -693,7 +698,7 @@
693698
"minecraft:black_concrete_powder": "sand",
694699

695700
"minecraft:turtle_egg": "bone",
696-
"minecraft:sniffer_egg": "bone",
701+
"minecraft:sniffer_egg": "bone",
697702
"minecraft:dragon_egg": "obsidian",
698703

699704
"#minecraft:coral_blocks": "organic",
@@ -833,15 +838,15 @@
833838
"minecraft:wheat[age=5].foliage": "brush_straw_transition",
834839
"minecraft:wheat[age=6].foliage": "straw",
835840
"minecraft:wheat[age=7].foliage": "straw",
836-
837-
"minecraft:pitcher_plant": "NOT_EMITTER",
838-
"minecraft:pitcher_plant.foliage": "brush",
839-
840-
"minecraft:pitcher_crop": "NOT_EMITTER",
841-
"minecraft:pitcher_crop[age=1].foliage": "brush",
842-
"minecraft:pitcher_crop[age=2].foliage": "brush_straw_transition",
843-
"minecraft:pitcher_crop[age=3].foliage": "brush_straw_transition",
844-
"minecraft:pitcher_crop[age=4].foliage": "straw",
841+
842+
"minecraft:pitcher_plant": "NOT_EMITTER",
843+
"minecraft:pitcher_plant.foliage": "brush",
844+
845+
"minecraft:pitcher_crop": "NOT_EMITTER",
846+
"minecraft:pitcher_crop[age=1].foliage": "brush",
847+
"minecraft:pitcher_crop[age=2].foliage": "brush_straw_transition",
848+
"minecraft:pitcher_crop[age=3].foliage": "brush_straw_transition",
849+
"minecraft:pitcher_crop[age=4].foliage": "straw",
845850

846851
"#minecraft:all_signs": "NOT_EMITTER",
847852
"#minecraft:all_hanging_signs": "bluntwood",
@@ -1036,15 +1041,15 @@
10361041
"minecraft:stripped_crimson_stem": "organic_dry,mushroom,stone",
10371042
"minecraft:stripped_crimson_hyphae": "organic_dry,mushroom,stone",
10381043
"#minecraft:crimson_stems": "organic_dry,wood_sticky,mushroom",
1039-
1040-
"minecraft:resin_clump": "NOT_EMITTER",
1041-
"minecraft:resin_clump.carpet": "NOT_EMITTER",
1042-
"minecraft:resin_clump[down=true].foliage": "slick",
1043-
1044-
"minecraft:resin_block": "resin,slick",
1045-
"minecraft:resin_bricks": "resin",
1046-
"minecraft:resin_brick_stairs": "resin",
1047-
"minecraft:resin_brick_slab": "resin",
1048-
"minecraft:resin_brick_wall": "resin",
1049-
"minecraft:chiseled_resin_bricks": "resin"
1044+
1045+
"minecraft:resin_clump": "NOT_EMITTER",
1046+
"minecraft:resin_clump.carpet": "NOT_EMITTER",
1047+
"minecraft:resin_clump[down=true].foliage": "slick",
1048+
1049+
"minecraft:resin_block": "resin,slick",
1050+
"minecraft:resin_bricks": "resin",
1051+
"minecraft:resin_brick_stairs": "resin",
1052+
"minecraft:resin_brick_slab": "resin",
1053+
"minecraft:resin_brick_wall": "resin",
1054+
"minecraft:chiseled_resin_bricks": "resin"
10501055
}

‎src/main/resources/assets/presencefootsteps/config/golemmap.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"minecraft:dark_oak_boat": "wood",
1212
"minecraft:mangrove_boat": "wood",
1313
"minecraft:cherry_boat": "wood",
14-
"minecraft:pale_oak_boat": "wood",
14+
"minecraft:pale_oak_boat": "softwood",
1515
"minecraft:bamboo_raft": "squeakywood",
1616

1717
"minecraft:oak_chest_boat": "wood",

0 commit comments

Comments
 (0)
Please sign in to comment.