-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
[BUG] BlockPlaceEvent.getBlockReplacedState() wrong block type. #115
Comments
I don't get it. IF you place a block on the World, for example, Dirt! The |
Yes, exactly. |
Yep, from what i see on forge the correct way would be that:
|
That can be, I don't have much to do with Forge. It would be nice if you can fix that. ^^ |
I will check on both Forge and Bukkit "PlaceEvents" to see if the problem is present on both. |
okay thx ^^ |
When you set a block, you get in BlockPlaceEvent.getBlockReplacedState() the block type of the set block and not of the block that was at the place before.
Probably the error can be found in patches\net\minecraftforge\event\world\BlockEvent.java.patch
The text was updated successfully, but these errors were encountered: