Add new wet soil footstep sound

master
Wuzzy 2021-07-17 00:17:12 +02:00
parent 3a02e9cc55
commit f1959c2b2b
7 changed files with 10 additions and 1 deletions

View File

@ -48,3 +48,10 @@ Created by Wuzzy, based on sound by wyronroberth (License: MIT License):
hades_farming_seed_dug.2.ogg
hades_farming_seed_place.1.ogg
hades_farming_seed_place.2.ogg
Created by Wuzzy (License: MIT License):
hades_farming_wet_soil_footstep.1.ogg
hades_farming_wet_soil_footstep.2.ogg
hades_farming_wet_soil_footstep.3.ogg
hades_farming_wet_soil_footstep.4.ogg
hades_farming_wet_soil_footstep.5.ogg

View File

@ -44,7 +44,9 @@ minetest.register_node("hades_farming:soil_wet", {
drop = "hades_core:dirt",
is_ground_content = true,
groups = {crumbly=3, not_in_creative_inventory=1, soil=3, wet = 1, grassland = 1, field = 1},
sounds = hades_sounds.node_sound_dirt_defaults(),
sounds = hades_sounds.node_sound_dirt_defaults({
footstep = { name = "hades_farming_wet_soil_footstep", gain = 1.0 },
}),
soil = {
base = "hades_core:dirt",
dry = "hades_farming:soil",