A clientside (at least it should be) mod that adds sound effects to stuff and things
If nothing works, I'm not surprised...
Minecraft Forge 1.7.10
NEEDS GTNHLIB AND UNIMIXINS
(i think only those. Idk man I literally made this for GTNH so just use GTNH :)
https://www.youtube.com/watch?v=tkQRdXkX-sc
Inspired by the Sounds mod :D
Right now adds sounds for:
By default, the mod ships only with the Vanilla Config. If you want the GTNH Config (that I also used in the "showcase"), for now I've put it on my discord!
To properly learn how to configure stuff, please look at the default config generated! As soon as you join a world run /flair config to look at the default config! It explains a lot more there!
The config allows you to control what sounds should play for what items.
You can define rules like:
# The default sound to play if an item doesn't have a sound
default item play dig.stone 0.6 1
# If an item has 'wood' in its name, play wood sound
if item $DisplayName contains wood play dig.wood
# Play a fire sound when a furnace is opened
set block furnace play fire.fire
You can also use helpful in-game commands to streamline setup, such as:
While editing my GT: New Horizons videos. I often ended up manually adding sound effects during editing just to make the game feel more satisfying, so I made this...