-
Notifications
You must be signed in to change notification settings - Fork 35
Mod Support
OreCruncher edited this page Sep 28, 2018
·
15 revisions
There are two ways that Dynamic Surroundings provides sound and effect support for a modded block:
- Using the Forge dictionary ore assocations. For example, if a modded block is added to the “woodPlanks” dictionary entry then it will have the same footstep sounds as Minecraft’s wood planks.
- Built-in support. This will be needed to get extra effects, like floor squeaks when walked upon.
A list of mod configuration files that provide “built-in” support can be found here.
You can create your own configuration files to provide support for other mods. You can find information on how to do that starting with Tutorial: Configuration Files.