HawkReloaded icon indicating copy to clipboard operation
HawkReloaded copied to clipboard

Not logging/rolling back mob spawner values

Open Wazez opened this issue 9 years ago • 3 comments

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.

Wazez avatar Oct 31 '16 00:10 Wazez

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.

bob7l avatar Oct 31 '16 04:10 bob7l

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

Wazez avatar Nov 13 '16 08:11 Wazez

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.

bob7l avatar Nov 21 '16 06:11 bob7l