gitignore

This commit is contained in:
2021-04-27 19:10:16 -04:00
parent ca919dbcad
commit 51500979a5
3 changed files with 34 additions and 0 deletions
@@ -112,6 +112,7 @@ public class GlowstoneWireBlock extends Block{
System.out.println("Update");
}
// isnt system.out BUT will update neighors?
public void updateNeighbors(World world, BlockPos pos){
System.out.println("Update neighbors");
if (world.getBlockState(pos).isOf(this)) {