Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/rework/blocks' into rework/blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
IchHabeHunger54 committed Nov 22, 2023
2 parents 4c1ae30 + 723dfe2 commit b6f860a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blocks/states.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ public class EndPortalFrameBlock extends Block {
public static final DirectionProperty FACING = BlockStateProperties.FACING;
public static final BooleanProperty EYE = BlockStateProperties.EYE;

public LeverBlock(BlockBehaviour.Properties pProperties) {
public EndPortalFrameBlock(BlockBehaviour.Properties pProperties) {
super(pProperties);
// stateDefinition.any() returns a random BlockState from an internal set,
// we don't care because we're setting all values ourselves anyway
Expand Down

1 comment on commit b6f860a

@neoforged-pages-deployments
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploying with Cloudflare Pages

Name Result
Last commit: b6f860a30adeb01f12385122bd1bad27ba4fdfaf
Status: ✅ Deploy successful!
Preview URL: https://14a5cffc.neoforged-docs-previews.pages.dev
PR Preview URL: https://pr-21.neoforged-docs-previews.pages.dev

Please sign in to comment.