[๐]: Duplication glitch with create sandpaper and lunch basket
squimbo opened this issue ยท 1 comments
Before Continuing:
- Check you are using the latest version of the mods and its dependencies
- Always include a latest.log if you are crashing
- Remove mod that enhances Minecraft: Optifine, Sodium, others. The issue persists.
- If you are unsure which mod is the culprit.
Disable all of your mods and enable them 1-2 mods each time to isolate the culprit - Confirm that there is no existing issue with a similar description submitted in the list of issues.
Version
1.20.1-FORGE
Supplementaries Version
latest
Moonlight Lib Version
latest
Issue Detail
As Create's sandpaper uses the eating animation when used with rose quartz, it is counting as food (?) and can be placed into the lunch basket. Trying to sand with it will allow you to generate unlimited rose quartz, as the basket doesn't consume sandpaper. I think adding a blacklist for certain items would be a good idea here.
Problem is bi fold. Lunch basket allows to store any item that returns a Food component. If sandpaper returns a food and it's not a food then there's a problem there as you can't eat sandpaper. Secondly the lunch basket simulates player action of actually using the item so results and actions that it produces should be exactly the same as just using the item itself. Create must be doing something weird there and one would need to investigate why exactly that happens as the sandpaper in the basket should be consumed, just like a bottle is consumed there when used form it.
Finally lunch basket obviously has a blacklist tag