Cazsius / Spice-of-Life-Carrot-Edition

Motivating people to explore new foods with the carrot, not the stick.
GNU Lesser General Public License v2.1
15 stars 42 forks source link

Ore Dict Support #20

Open ElvenChaos opened 6 years ago

ElvenChaos commented 6 years ago

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.

Cazsius commented 6 years ago

We are currently in the process of adding metadata support so it will differentiate between different foods with the same ID but different metadata