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

Not logging/rolling back mob spawner values #77

Open
Wazez opened this issue Oct 31, 2016 · 3 comments
Open

Not logging/rolling back mob spawner values #77

Wazez opened this issue Oct 31, 2016 · 3 comments

Comments

@Wazez
Copy link

Wazez commented Oct 31, 2016

Hello,

Hawkeye logs spawners placed as 1 type but not data values of spawners. As a result all spawners rolledback return as pig spawners.

image
The image above shows a rolledback spawner that was meant to be rolledback as an iron golem spawner.

Could you please add support to rollback spawners with correct values.

@bob7l
Copy link
Owner

bob7l commented Oct 31, 2016

Mob spawner is a tile entity and uses another method other then data value for setting the entity type.

My best idea for support would be to set the data-id to the entity-type ordinal assuming i never treat the data-id as a byte rather then a 32bit integer other then when directly setting the block type.

@Wazez
Copy link
Author

Wazez commented Nov 13, 2016

Hey, so does this mean you're going to fix it?

@bob7l
Copy link
Owner

bob7l commented Nov 21, 2016

I wouldn't use the word "fix", more like add support for it.

And yes, when I'm able to work on my personal projects such as HawkEye i will add this assuming it's a quick and easy implementation.

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

2 participants