mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 20:45:10 +01:00
Made AbstractEncasedShaftBlock#getPushReaction return PushReaction.NORMAL
This disables pushing of clutch, encased shaft and gearshift with vanilla piston, but is overall more consistent. To move TEs, use quark.
This commit is contained in:
parent
44bc5506cf
commit
235cc445e8
@ -32,7 +32,7 @@ public abstract class AbstractEncasedShaftBlock extends RotatedPillarKineticBloc
|
||||
|
||||
@Override
|
||||
public PushReaction getPushReaction(@Nullable BlockState state) {
|
||||
return PushReaction.PUSH_ONLY;
|
||||
return PushReaction.NORMAL;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user