Ore Dict Support
ElvenChaos opened this issue ยท 1 comments
Could we get a config option where we can list specific ore dict entries that SoL:Carrot will consider the same food?
For example, if I told the mod...
S:"Ore Dict Entry Whitelist": <
cropBlackberry
cropApple
>
...then the mod would know to count all instances of cropBlackberry
as a single food eaten, and all instances of cropApple
as another instance of a single food eaten.
Or, the list could also be configured as a blacklist, so that the mod will look for all matching ore dict entries as an instance eaten, while ignoring listed ore dict entries. So if I told the mod...
S:"Ore Dict Entry Blacklist": <
listAllmeatraw
listAllfruit
>
It would be able to tell the difference between different raw meats or different fruits, but would match if two meats happened to both be rawPork
or match two fruits if they happen to both be cropBlackberry
.
In any modpack that has pam's harvest craft installed along side other food-adding mods, the blacklist is probably preferable for ease of configuration.