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

Readd Frame Box Climbing #2385

Merged
merged 1 commit into from
Nov 17, 2024
Merged

Readd Frame Box Climbing #2385

merged 1 commit into from
Nov 17, 2024

Conversation

YoungOnionMC
Copy link
Contributor

What

you can climb frame boxes again

Implementation Details

ladder code

Outcome

🐒

@YoungOnionMC YoungOnionMC requested a review from a team as a code owner November 17, 2024 07:23

@Override
public void entityInside(BlockState state, Level level, BlockPos pos, Entity entity) {
if (this.tagPrefix == TagPrefix.frameGt && entity instanceof LivingEntity livingEntity) {
Copy link
Member

Choose a reason for hiding this comment

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

tbh this should be in its own block class so it isn't hardcoded to frames but I'll fix that later

@YoungOnionMC YoungOnionMC added the type: feature New feature or request label Nov 17, 2024
@YoungOnionMC YoungOnionMC merged commit 79b8e09 into 1.20.1 Nov 17, 2024
3 of 4 checks passed
@YoungOnionMC YoungOnionMC deleted the yo/frame-climbing branch November 17, 2024 09:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants