whooooops

This commit is contained in:
Vaern 2023-05-17 07:58:43 -07:00
parent b68b83e2e2
commit 9ce84ac921

View File

@ -11,7 +11,7 @@ public class TileEntityPileSource extends TileEntityPileBase {
int n = this.getBlockType() == ModBlocks.block_graphite_source ? 1 : 2;
for(int i = 0; i < 12 * 5; i++) {
for(int i = 0; i < 12; i++) {
this.castRay(n, 5);
}
}