[INVALID] wrong blocktype when using /mark

Fixed bugs, solved problems, and old reports.
Locked
User avatar
Wundsalz
Trustee
Offline
Posts: 290
Joined: July 26th, 2011, 11:34 pm

[INVALID] wrong blocktype when using /mark

Post by Wundsalz »

when using /mark to define the 2nd mark of /sp, /c, etc the last placed blocktype is used instead of the selected one.
The man in black fled across the desert, and the gunslinger followed.

User avatar
fragmer
fCraft Developer
Offline
Posts: 1386
Joined: May 21st, 2011, 10:53 pm

Re: wrong blocktype when using /mark

Post by fragmer »

Minecraft protocol makes it impossible to know what block the player is holding until they click a block. So when you use /mark, I have no way of knowing what block is in your hand. That's something that can only be fixed by a 100% custom client, and some protocol changes. I can't do anything with fCraft alone to fix this.

Locked