Hello! I'm using SOL: Apple Pie for my modpack, and I'm running into an incompatibility with one particular food mod, Some Assembly Required, a Farmer's Delight expansion, which allows for the creation of custom sandwiches using any food item. Unfortunately, I'm running into two issues in using it alongside Apple Pie.
All sandwiches use the same item id, some_assembly_required:sandwich, meaning that every possible sandwich only counts for one item. This problem is shared with SOL: Sweet Potato.
Sandwiches, by themselves, have no nutrition/saturation, instead replenishing nutrition and saturation based on ingredients. This means that, in diversity score calculation, they provide 0 diversity.
I'd very much appreciate support for SAR sandwiches and, potentially, future composite food items. Sandwich ingredients are stored as an NBT tag, so it should be (famous last words) relatively easy to include them as part of FoodInstance's hash function, and add a special case for calculating diversity based on the exact ingredients used.
Hello! I'm using SOL: Apple Pie for my modpack, and I'm running into an incompatibility with one particular food mod, Some Assembly Required, a Farmer's Delight expansion, which allows for the creation of custom sandwiches using any food item. Unfortunately, I'm running into two issues in using it alongside Apple Pie.
some_assembly_required:sandwich
, meaning that every possible sandwich only counts for one item. This problem is shared with SOL: Sweet Potato.I'd very much appreciate support for SAR sandwiches and, potentially, future composite food items. Sandwich ingredients are stored as an NBT tag, so it should be (famous last words) relatively easy to include them as part of FoodInstance's hash function, and add a special case for calculating diversity based on the exact ingredients used.