mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-17 10:24:23 +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
|
@Override
|
||||||
public BlockState getPlacementState(ItemPlacementContext ctx) {
|
public BlockState getPlacementState(ItemPlacementContext ctx) {
|
||||||
return getDefaultState().with(NATURAL, false);
|
return super.getPlacementState(ctx).with(NATURAL, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Deprecated
|
@Deprecated
|
||||||
|
|
Loading…
Reference in a new issue