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

Dig Puzzle Piece - Specify Block Face to break on #1383

Open
Direwolf20-MC opened this issue Dec 17, 2024 · 2 comments
Open

Dig Puzzle Piece - Specify Block Face to break on #1383

Direwolf20-MC opened this issue Dec 17, 2024 · 2 comments

Comments

@Direwolf20-MC
Copy link

Describe the feature

In the 'Dig" puzzle piece for drones, it'd be cool to let the player specify which side of the block to 'break' from.

Reasons why it should be considered

It would be useful for hammer-style tools, so you could "Mine" in the correct way.

Additional details

No response

@desht
Copy link
Member

desht commented Jan 1, 2025

This is going to be a little tougher than I originally hoped, since right now the face that's dug is calculated from the drone's position relative to the block (via a raytrace), and right now the drone's position is a little arbitrary based on where it came from.

But it's definitely something that's worth adding, so I'll have a think about it!

@johalun
Copy link
Contributor

johalun commented Jan 13, 2025

+1 for this. It would be very useful!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants