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

Years Balloon onUse #2923

Closed
2 of 5 tasks
AureusP opened this issue Sep 28, 2024 · 2 comments · Fixed by #3007
Closed
2 of 5 tasks

Years Balloon onUse #2923

AureusP opened this issue Sep 28, 2024 · 2 comments · Fixed by #3007
Labels
Priority: High Represent a high impact in key areas of the base/user experience Status: Pending Test This PR or Issue requires more testing Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@AureusP
Copy link

AureusP commented Sep 28, 2024

Priority

High

Area

  • Datapack
  • Source
  • Map
  • Other

What happened?

When using the item 25 years balloon, it is being transformed into item with count = 255 instead of maintaining the correct count = 1. This issue occurs in a balloon script that transforms items when used inside a house.

Steps to Reproduce
Use the item all balloons inside a house.
Notice that the item transforms into 37514 with count = 255 instead of count = 1.

What OS are you seeing the problem on?

Windows

Code of Conduct

  • I agree to follow this project's Code of Conduct
@AureusP AureusP added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Sep 28, 2024
@github-actions github-actions bot added Priority: High Represent a high impact in key areas of the base/user experience Status: Pending Test This PR or Issue requires more testing labels Sep 28, 2024
@AureusP
Copy link
Author

AureusP commented Sep 28, 2024

In the script, it's possible to force the count to 1 during the transformation by adding the following adjustment:

item:transform(balloon, 1)

@tutbarao

This comment has been minimized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: High Represent a high impact in key areas of the base/user experience Status: Pending Test This PR or Issue requires more testing Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants