-
Notifications
You must be signed in to change notification settings - Fork 35
Mod Support
OreCruncher edited this page Mar 1, 2017
·
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.
The following mods have “built-in” support for the versions listed.
Mod | Mod Version | Dynamic Surroundings Version | Comments |
---|---|---|---|
Biomes O’Plenty | 5.0.0.2109 | 1.10.2-3.1.1.0BETA | |
Forestry | 5.2.16.335 (ALPHA) | 1.10.2-3.1.1.0BETA | Forestry is in ALPHA state! |
Tinker’s Construct | 1.10.2-2.6.1 | 1.10.2-3.1.1.0BETA | |
Pam’s Harvestcraft | 1.9.4-1.10.2g | 1.10.2-3.1.1.0BETA | |
Natura | 1.10.2-4.0.0.92 | 1.10.2-3.1.2.0BETA | |
Agricraft | 2.0.0-i0.3.0-a3 | 1.10.2-3.1.2.0BETA | Agricraft is in ALPHA state! |
EnderIO | 3.1.156 | 1.10.2-3.2.4.0BETA |
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.