First update pass (1/3) - ~1400 -> 82 errors
This is first update pass, which is mainly import reorganization, name fixes, etc... Although some parts of second were done where changes aren't important. Errors: ~1400 -> 82.
This commit is contained in:
@@ -20,7 +20,7 @@ package appeng.spatial;
|
||||
|
||||
|
||||
import net.minecraft.tileentity.TileEntity;
|
||||
import net.minecraft.util.BlockPos;
|
||||
import net.minecraft.util.math.BlockPos;
|
||||
import net.minecraft.world.World;
|
||||
import net.minecraft.world.chunk.Chunk;
|
||||
|
||||
@@ -55,6 +55,7 @@ public class DefaultSpatialHandler implements IMovableHandler
|
||||
if( c.isLoaded() )
|
||||
{
|
||||
w.addTileEntity( te );
|
||||
//TODO 1.9.4 - markBlockForUpdate => ?
|
||||
w.markBlockForUpdate( newPosition );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user