mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-12-24 14:06:42 +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
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public abstract class TranslatingContraption extends Contraption {
|
|||
|
||||
@Override
|
||||
public boolean canBeStabilized(Direction facing, BlockPos localPos) {
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue