mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-02-24 15:00:48 +00:00
Extend RBMK crane reach forward
Enables close-to-real-life reactor hall replicas, with the storage columns being located further in the reactor hall than the reactor itself
This commit is contained in:
parent
0cf9d88e36
commit
8294df1aa3
@ -275,7 +275,7 @@ public class TileEntityCraneConsole extends TileEntityLoadedBase implements Simp
|
|||||||
this.centerY = y + RBMKDials.getColumnHeight(worldObj) + 1;
|
this.centerY = y + RBMKDials.getColumnHeight(worldObj) + 1;
|
||||||
this.centerZ = z;
|
this.centerZ = z;
|
||||||
|
|
||||||
this.spanF = 7;
|
this.spanF = 16;
|
||||||
this.spanB = 7;
|
this.spanB = 7;
|
||||||
this.spanL = 7;
|
this.spanL = 7;
|
||||||
this.spanR = 7;
|
this.spanR = 7;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user