HttpRafa / creeper-recover

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

The frame will fall out #22

Closed ZullaX closed 7 months ago

ZullaX commented 7 months ago

In any of the explosions, the frames fall to the ground. They are not restored during the explosion regeneration process.

HttpRafa commented 7 months ago

Since the item frames are not destroyed directly by the creeper, it becomes difficult to prevent this.

HttpRafa commented 7 months ago

I'll see if I can still prevent it.

ZullaX commented 7 months ago

During the explosion, the frames are blown away even further than the explosion itself. This is probably due to the damage from the blast. It damages the player's health at a certain distance, maybe this damage demolishes the frames from their places.

HttpRafa commented 7 months ago

I don't know if this is fixable because if I deactivate damage from TNT, the itemframes pop up from blocks anyway because they are temporarily not there. In addition, it is difficult to determine and restore the killed/destroyed entities with a plugin.