mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-15 06:54:21 +01:00
Version specific goofage
- Fixed Deployer not activating blocks
This commit is contained in:
parent
ea26ed8a01
commit
ba830dd8d3
@ -236,7 +236,7 @@ public class DeployerHandler {
|
||||
|
||||
// Right click
|
||||
ItemUseContext itemusecontext = new ItemUseContext(player, hand, result);
|
||||
Event.Result useBlock = DENY;
|
||||
Event.Result useBlock = DEFAULT;
|
||||
Event.Result useItem = DEFAULT;
|
||||
if (!clickedState.getRenderShape(world, clickedPos)
|
||||
.isEmpty()) {
|
||||
|
Loading…
Reference in New Issue
Block a user