FIXME removals
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
|
||||
package appeng.util;
|
||||
|
||||
import net.minecraft.block.Blocks;
|
||||
import net.minecraft.util.math.BlockPos;
|
||||
import net.minecraft.world.World;
|
||||
|
||||
@@ -31,7 +32,7 @@ public class BlockUpdate implements IWorldCallable<Boolean> {
|
||||
@Override
|
||||
public Boolean call(final World world) throws Exception {
|
||||
if (world.isBlockLoaded(this.pos)) {
|
||||
world.notifyNeighborsOfStateChange(this.pos, Platform.AIR_BLOCK);
|
||||
world.notifyNeighborsOfStateChange(this.pos, Blocks.AIR);
|
||||
}
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user