Skip to content

Commit f4bb923

Browse files
authored
Make ring/chevron block available as a beacon base (#11)
1 parent 79acd4d commit f4bb923

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/gcewing/sg/SGRingBlock.java

+4
Original file line numberDiff line numberDiff line change
@@ -200,4 +200,8 @@ else if (te.basePos.equals(bp))
200200
}
201201
}
202202

203+
@Override
204+
public boolean isBeaconBase(IBlockAccess worldObj, int x, int y, int z, int beaconX, int beaconY, int beaconZ) {
205+
return true;
206+
}
203207
}

0 commit comments

Comments
 (0)