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

Condensing wand not giving the right amount of items #208

Open
JHarris12345 opened this issue Oct 6, 2024 · 1 comment
Open

Condensing wand not giving the right amount of items #208

JHarris12345 opened this issue Oct 6, 2024 · 1 comment
Assignees
Labels
✔️ Confirmed Confirmed bugs that can be replicated 🔧 Potential fix A potential fix was already submitted

Comments

@JHarris12345
Copy link

Minecraft's Version

1.21

Plugin's Version

2024.3-b51

Describe the bug

Condensing Wands (and I think any other wands that handle adding items to an inventory as 1.21 changed this mechanic) don't give the right items when the result is an item stack of over 64. Below is a video example:

  1. I have 18 stacks of gold ingots (1152 gold ingot)
  2. I condense it which should give me 128 blocks of gold
  3. It SAYS in chat that it condensed 128 items, so that's c
2024-10-06.16-31-38.mp4

orrect. But as you can see, it gave me 93 blocks

In 1.21 item stacks can get to 99 so you should set the max inventory stack size to 64 prior to giving the items. That's a potential fix

To Reproduce

Steps above

Additional Information

No response

@JHarris12345 JHarris12345 added the Pending Pending reports to be investigated label Oct 6, 2024
@OmerBenGera OmerBenGera transferred this issue from BG-Software-LLC/WildInspect Oct 17, 2024
@OmerBenGera OmerBenGera added ✔️ Confirmed Confirmed bugs that can be replicated and removed Pending Pending reports to be investigated labels Oct 17, 2024
@OmerBenGera OmerBenGera added the 🔧 Potential fix A potential fix was already submitted label Oct 17, 2024
@OmerBenGera
Copy link
Member

Check out latest dev build, let me know if it is fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✔️ Confirmed Confirmed bugs that can be replicated 🔧 Potential fix A potential fix was already submitted
Projects
None yet
Development

No branches or pull requests

2 participants