CivClassic / Citadel

A Minecraft plugin to protect your chests and builds using in-game materials. Requires an attacker to break each block a certain number of times. Built for Paper 1.16.5
BSD 3-Clause "New" or "Revised" License
1 stars 21 forks source link

Acidblocking chests will not drop content #62

Closed Maxopoly closed 3 years ago

Maxopoly commented 3 years ago

The block is just being set to AIR. Check whether its a container and do smart handling of double chests to drop only the right half.

Maxopoly commented 3 years ago

Fixed by https://github.com/CivClassic/Citadel/pull/66