[Request]
power-spike opened this issue ยท 1 comments
Greetings Turkey!
I would like to request a feature for Custom reward files.
The ability to detect if a mod is installed. This would be useful for modpack authors who like to put in custom configurations, but don't want to have to start from scratch each time
as an example
{
"Extra Utilities": { },
"Thermal Expansion: { },
"Mod X": { "
}
If Extra Utilities was installed in the pack, then Chance cubes would load that section. If Themal Expansion wasn't installed - it would skip that section.
This would allow for the release of a large amount of configuration files (as a pack or mod), and letting chance cubes work out what to load.
- Powerspike
I'll beat you to the punch. This is already implemented, just not on wiki as it is being fully fleshed out. Feel free to use it though. It will look something like this http://pastebin.com/6bWGTMtZ note that you simply add a mod for each mod required to use the command and if any of those mods are not present. then the reward will not be loaded. Let me know if this doesn't work as I probably made a typo then :P
Enjoy!