mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-02-24 06:50:46 +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;
|
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);
|
this.castRay(n, 5);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user