mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-01-06 23:10:58 +00:00
Merge pull request #373 from OmniCypher-/master
Fixes Earth Revert dropping items on revert
This commit is contained in:
commit
0794c6945e
1 changed files with 2 additions and 2 deletions
|
@ -697,8 +697,8 @@ public class EarthMethods {
|
|||
if (sourceblock.getType() == Material.AIR || sourceblock.isLiquid()) {
|
||||
info.getState().update(true);
|
||||
} else {
|
||||
GeneralMethods.dropItems(block,
|
||||
GeneralMethods.getDrops(block, info.getState().getType(), info.getState().getRawData(), pickaxe));
|
||||
// GeneralMethods.dropItems(block,
|
||||
// GeneralMethods.getDrops(block, info.getState().getType(), info.getState().getRawData(), pickaxe));
|
||||
}
|
||||
|
||||
if (GeneralMethods.isAdjacentToThreeOrMoreSources(block)) {
|
||||
|
|
Loading…
Reference in a new issue