mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 12:33:57 +01:00
Subcontraptions for everyone!
- Allow stabilized contraptions to be generated by pulleys, gantries, pistons, and anything else that extends TranslatingContraption.
This commit is contained in:
parent
26fc820c69
commit
6dd03a5035
@ -51,7 +51,7 @@ public abstract class TranslatingContraption extends Contraption {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean canBeStabilized(Direction facing, BlockPos localPos) {
|
public boolean canBeStabilized(Direction facing, BlockPos localPos) {
|
||||||
return false;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user