[๐]: pancake compat bug
davidjjung opened this issue ยท 2 comments
Before Continuing:
- Always check you are using the latest version of the mods and its dependencies
- Remove known problematic rendering mods such as Optifine, Sodium and others. Do NOT report issues related to said mods
- If you are unsure which mod is the culprit.
Disable half your mods at time until you isolate the culprit - If you have a crash ALWAYS post LATEST.LOG below
- If the issue is about behaviors be sure to consult the WIKI first
Version-Loader
1.19.2-forge
Supplementaries Version
supplementaries:1.19.2-2.4.5-forge
Moonlight Lib Version
moonlight:1.19.2-2.3.4-forge
Issue Detail
Using certain items on stacks of pancakes returns the incorrect corresponding items. For example, using a chocolate bucket from Create returns nothing to my hand, destroying the bucket in the process. In addition, using a honey bucket from Create on pancakes returns a glass bottle. I'd assume this is because the pancake toppings are hard-coded to return glass bottles for honey, and nothing for chocolate items. This seems like it would be pretty fixable by returning the itemstack's crafting remainder item instead of these hardcoded items. thanks for your time!
Optional Attachment
No response
To Produce
Use a chocolate/honey bucket from Create on Supp pancakes, and watch in abject horror (citation needed) as the incorrect item enters your hand in response.
One extra note--Create Central Kitchen is particularly interesting in that it isn't consistent from item to item.
Their syrup buckets (create_central_kitchen:syrup_bucket
) don't work on pancakes, but their mulberry jam buckets do (albeit returning a bottle instead of a bucket, a la Create's honey buckets). Just wanted to tack this on here instead of making a separate issue ๐