mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-13 05:54:17 +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
|
@Override
|
||||||
public PushReaction getPushReaction(@Nullable BlockState state) {
|
public PushReaction getPushReaction(@Nullable BlockState state) {
|
||||||
return PushReaction.PUSH_ONLY;
|
return PushReaction.NORMAL;
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user