HttpRafa / creeper-recover

Recovers all destroyed blocks by Creeper or other Entities
MIT License
6 stars 0 forks source link

duplication problem #19

Open 5RoD opened 10 months ago

5RoD commented 10 months ago

so when i was testing the plugin out i tried to blow up a creeper near a redstone machine and half of the stuff got duplicated i hope can be fixed!

because when the creeper explodes it doesnt really destroy stuff like pistons or sticky pistons so they fall to the ground and then when that happens the plugin just rebuilds everything with the item on the ground so now u have 2 instead of 1!

HttpRafa commented 10 months ago

I've already tried to fix it. The plugin destroys the blocks without triggering a block update. However, for some reason, the redstone or other blocks that are can be updated drop before they can be erased.