Immovable Objects #1616
Unanswered
TKDKid1000
asked this question in
Mod Dev Support
Replies: 2 comments 1 reply
-
Your new device is a BlockEntity? They can't be moved by pistons. Otherwise;
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Override the @Override
public PistonBehavior getPistonBehavior(BlockState state) {
return PistonBehavior.BLOCK;
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Anyone know a simple way to make a block immovable? Trying to add a new redstone device.
Beta Was this translation helpful? Give feedback.
All reactions