gitignore
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user