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

Two issues with Pink Petals #416

Closed
2 tasks done
happyburger23 opened this issue Jan 28, 2024 · 3 comments
Closed
2 tasks done

Two issues with Pink Petals #416

happyburger23 opened this issue Jan 28, 2024 · 3 comments
Assignees

Comments

@happyburger23
Copy link

Initial Questions

  • I have searched this issue tracker and there is nothing similar already, and this is not on the list of known issues. Posting on a closed issue saying the bug still exists will prompt us to investigate and reopen it once we confirm your report.
  • I have verified that this issue occurs in a SUPPORTED environment, meaning I can reproduce this WITHOUT OptiFine, and without Bukkit+Forge server software like KCauldron, Thermos, Crucible, Mohist etc

Mod Version

Et_Futurum_Requiem-2.6.0-SNAPSHOT-4fb9a31

Describe the Issue

  1. Placing multiple Pink Petals' on the same block only consumes one item (4 to 3 and not 4 to 2 for example.)

Expected behavior is that 2+ get placed on the same block, and the appropriate number of items gets used.

  1. When a grouping of 2+ gets broken, you get the correct amount of drops on top of the 1 that got used, which leads to easily duping them.

Conflicting Mods

No response

Crash Report

No response

Other Details

No response

@Roadhog360
Copy link
Owner

This sounds like one issue, not 2

@GregoriusT
Copy link
Collaborator

GregoriusT commented Jan 28, 2024

Uh what you just fixed does NOT seem like the issue described, you fixed a creative mode thing, not the actual sync issue that leads to people believing more than one item or no item got used. You are probably either (not) decreasing stacksize clientside or you are not synching it from server to client after rightclicking the petal block.

@Roadhog360
Copy link
Owner

The code that consumes the item when stacking it in the block was missing. The ossue was, you place the petals into the block, break it and the petals duped because they were not consumed. Yes I fixed the issue, the description was needlessly convoluted and lists basically the same issue twice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants