[Suggestion] Add config option to disable food in dungeon chests.
laserlemons opened this issue ยท 4 comments
In my modpack it doesn't make much sense to find a bunch of cooked steak in dungeon chests. Would you mind adding a config option to disable it?
Oh, weird! I'll do more testing and see if I can figure out which mod is doing it. All the dungeon chests are full of an assortment of Animania foods so this is the first mod I suspected.
I found it! My apologies, it turned out to be Hunger Overhaul. In their config they have an option to include Harvestcraft food in dungeon chests and it looks like it does it for this mod too.
Hunger Overhaul pulls from OreDictionary... all of Animania meats are listed there and share Harvestcraft's lists. Full list is here: https://github.com/capnkirok/animaniamod/blob/1.12/src/main/java/com/animania/common/handler/DictionaryHandler.java