Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[🐞]: Duplication glitch with create sandpaper and lunch basket #1251

Open
5 tasks done
squimbo opened this issue Nov 29, 2024 · 1 comment
Open
5 tasks done

[🐞]: Duplication glitch with create sandpaper and lunch basket #1251

squimbo opened this issue Nov 29, 2024 · 1 comment
Labels
1.20.1 Minecraft Version bug Something isn't working

Comments

@squimbo
Copy link

squimbo commented Nov 29, 2024

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.

@squimbo squimbo added the bug Something isn't working label Nov 29, 2024
@github-actions github-actions bot added the 1.20.1 Minecraft Version label Nov 29, 2024
@MehVahdJukaar
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.20.1 Minecraft Version bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants