Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Playtester feedback changes #226

Merged
merged 2 commits into from
Apr 22, 2024
Merged

Conversation

CommandrMoose
Copy link
Collaborator

Adds message for when the TARDIS cannot takeoff due to fuel.
Fixes handbrake control translatable
Astral Manipulator now emits light when in use.
Eye of harmony door now has less incentive to break it.

Copy link
Member

@50ap5ud5 50ap5ud5 left a comment

Choose a reason for hiding this comment

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

Looks good, fix the magic number used for block update.


BlockState blockState = level.getBlockState(getBlockPos());
if (blockState.getBlock() instanceof AstralManipulatorBlock) {
level.setBlock(getBlockPos(), blockState.setValue(AstralManipulatorBlock.POWERED, display), 3);
Copy link
Member

Choose a reason for hiding this comment

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

Don't use magic numbers for block update

@CommandrMoose CommandrMoose merged commit 3e18348 into minecraft/1.20 Apr 22, 2024
@CommandrMoose CommandrMoose deleted the 1.20/playtester-feedback branch April 22, 2024 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants