mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-12 21:44:06 +01:00
Merge branch 'mc1.18/dev' of https://github.com/Creators-of-Create/Create into mc1.18/dev
This commit is contained in:
commit
f327f0bb7f
@ -189,6 +189,8 @@ public class SuperGlueSelectionHandler {
|
||||
|
||||
if (!isGlue(player.getMainHandItem()))
|
||||
return false;
|
||||
if(!player.mayBuild())
|
||||
return false;
|
||||
|
||||
if (attack) {
|
||||
if (selected == null)
|
||||
|
@ -64,6 +64,8 @@ public class ValveHandleBlock extends HandCrankBlock {
|
||||
|
||||
if (!(blockState.getBlock() instanceof ValveHandleBlock vhb))
|
||||
return;
|
||||
if (!player.mayBuild())
|
||||
return;
|
||||
if (AllItems.WRENCH.isIn(player.getItemInHand(event.getHand())) && player.isSteppingCarefully())
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user