mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-23 21:38:00 +01:00
Fixed zap apple logs not placing correctly
This commit is contained in:
parent
4aa088ec1b
commit
a0d6c41088
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public class ZapAppleLogBlock extends PillarBlock {
|
|||
|
||||
@Override
|
||||
public BlockState getPlacementState(ItemPlacementContext ctx) {
|
||||
return getDefaultState().with(NATURAL, false);
|
||||
return super.getPlacementState(ctx).with(NATURAL, false);
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
|
|
Loading…
Reference in a new issue