Fixed zap apple logs not placing correctly

This commit is contained in:
Sollace 2024-02-08 14:59:04 +00:00
parent 4aa088ec1b
commit a0d6c41088
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB

View file

@ -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