You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
One example is if you use sunflower item as note (because it looks like a coin), you will place the sunflower while you redeem it. The sunflower will not drop itself as a note if you break it, luckily.
To Reproduce
Set material to sunflower, withdraw some money, place on ground.
Expected behavior
I would expect to not be able to place it, since it's money.
The text was updated successfully, but these errors were encountered:
I'm guessing unfortunately there isn't a way for the client to know that it can't place the block, so it does get placed for a moment on the clients screen before being undone. But it doesn't stay, so i think it is fixed.
As you said, there is no way to make the client know that. The only
scenario the client knows it can't place blocks is in adventure mode and
this is not a solution for this issue.
The fix I used for the issue is the same method that uses, for example,
WorldGuard to prevent players to place blocks in areas where they are not
allowed to.
I'm sorry but this is a Minecraft limitation. Anyways, I hope the fix is
useful.
El dom, 30 abr 2023, 1:59, ninjakitty844 ***@***.***>
escribió:
I'm guessing unfortunately there isn't a way for the client to know that
it can't place the block, so it does get placed for a moment on the clients
screen before being undone. But it doesn't stay, so i think it is fixed.
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIR4FZ75NGIAZA2FPHGUCILXDWTN5ANCNFSM6AAAAAAWYAKKNA>
.
You are receiving this because you modified the open/close state.Message
ID: ***@***.***>
Describe the bug
One example is if you use sunflower item as note (because it looks like a coin), you will place the sunflower while you redeem it. The sunflower will not drop itself as a note if you break it, luckily.
To Reproduce
Set material to sunflower, withdraw some money, place on ground.
Expected behavior
I would expect to not be able to place it, since it's money.
The text was updated successfully, but these errors were encountered: