mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
whooooops
This commit is contained in:
parent
b68b83e2e2
commit
9ce84ac921
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user