OreCruncher / BetterRain

Based on the BetterRain mod from Wirsbo
20 stars 12 forks source link

[Enhancement] Use Forge OreDictionary for assigning Footstep sounds... #93

Closed OreCruncher closed 8 years ago

OreCruncher commented 8 years ago

Use common ore dictionary names to identify blocks for sound assignment. (Like "oreIron", "blockIron", "logWood", "blockTin", etc.). If a mod registers their blocks with these dictionary names then they will get sounds similar to that of the Vanilla Minecraft blocks.

OreCruncher commented 8 years ago

Posted a BETA to CurseForge that has the start of Forge Dictionary support. More names will be added as they are discovered.