mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-31 07:25:03 +01:00
Version specific goofage
- Fixed Deployer not activating blocks
This commit is contained in:
parent
ea26ed8a01
commit
ba830dd8d3
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ public class DeployerHandler {
|
||||||
|
|
||||||
// Right click
|
// Right click
|
||||||
ItemUseContext itemusecontext = new ItemUseContext(player, hand, result);
|
ItemUseContext itemusecontext = new ItemUseContext(player, hand, result);
|
||||||
Event.Result useBlock = DENY;
|
Event.Result useBlock = DEFAULT;
|
||||||
Event.Result useItem = DEFAULT;
|
Event.Result useItem = DEFAULT;
|
||||||
if (!clickedState.getRenderShape(world, clickedPos)
|
if (!clickedState.getRenderShape(world, clickedPos)
|
||||||
.isEmpty()) {
|
.isEmpty()) {
|
||||||
|
|
Loading…
Reference in a new issue