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

Make Angel Upgrade work in Drones #985

Closed
fnuecke opened this issue Mar 30, 2015 · 4 comments
Closed

Make Angel Upgrade work in Drones #985

fnuecke opened this issue Mar 30, 2015 · 4 comments

Comments

@fnuecke
Copy link
Member

fnuecke commented Mar 30, 2015

The Angel Upgrade currently doesn't work correctly in drones (which why it'll stay disabled for them for now), which is because placement uses the standard placement logic, which places blocks against other blocks. This works for robots, because in that case they basically "place it against themselves". That doesn't work for drones though. Will need to find a non-ugly workaround / alternative for that case.

@MyNameIsKodos
Copy link
Contributor

How does it work for players?

@fnuecke
Copy link
Member Author

fnuecke commented Mar 30, 2015

I don't know. But I'm assuming special cases wrt to how the coordinates for the call are chosen. Which is what this'll probably boil down to, too, but I really really want to avoid making this robot/drone specific, and keep it generic for all kinds of agents (since that code is shared).

@Keridos
Copy link
Contributor

Keridos commented May 9, 2015

@Kodos-Atoz if you mean the original angel block from ExU it just places itself in the block you are standing on (the first of the 2 blocks below you that is free)

@payonel payonel added this to the v1.7.5 milestone Jun 20, 2019
@payonel
Copy link
Member

payonel commented Aug 23, 2019

adding support in 1.12 only, now in latest 1.12 dev builds

@payonel payonel closed this as completed Aug 23, 2019
payonel added a commit that referenced this issue Aug 23, 2019
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

No branches or pull requests

4 participants