mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-14 21:07:54 +00:00
Fixes Earth Revert dropping items on revert
This commit is contained in:
parent
d99ec8dc14
commit
650407ac59
1 changed files with 2 additions and 2 deletions
|
@ -697,8 +697,8 @@ public class EarthMethods {
|
||||||
if (sourceblock.getType() == Material.AIR || sourceblock.isLiquid()) {
|
if (sourceblock.getType() == Material.AIR || sourceblock.isLiquid()) {
|
||||||
info.getState().update(true);
|
info.getState().update(true);
|
||||||
} else {
|
} else {
|
||||||
GeneralMethods.dropItems(block,
|
// GeneralMethods.dropItems(block,
|
||||||
GeneralMethods.getDrops(block, info.getState().getType(), info.getState().getRawData(), pickaxe));
|
// GeneralMethods.getDrops(block, info.getState().getType(), info.getState().getRawData(), pickaxe));
|
||||||
}
|
}
|
||||||
|
|
||||||
if (GeneralMethods.isAdjacentToThreeOrMoreSources(block)) {
|
if (GeneralMethods.isAdjacentToThreeOrMoreSources(block)) {
|
||||||
|
|
Loading…
Reference in a new issue