mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
there is no greater joy than shooting a man in this walmart of a world
This commit is contained in:
parent
e479041f8d
commit
a29dd00477
@ -79,20 +79,20 @@ public class ItemCMStructure extends Item implements ILookOverlay {
|
||||
int compX = 0;
|
||||
int compZ = 0;
|
||||
|
||||
if(dir == ForgeDirection.NORTH) {
|
||||
if(dir == ForgeDirection.SOUTH) {
|
||||
compX = anchorX - x;
|
||||
compZ = anchorZ - z;
|
||||
}
|
||||
if(dir == ForgeDirection.SOUTH) {
|
||||
if(dir == ForgeDirection.NORTH) {
|
||||
compX = x - anchorX;
|
||||
compZ = z - anchorZ;
|
||||
}
|
||||
|
||||
if(dir == ForgeDirection.EAST) {
|
||||
if(dir == ForgeDirection.WEST) {
|
||||
compZ = x - anchorX;
|
||||
compX = anchorZ - z;
|
||||
}
|
||||
if(dir == ForgeDirection.WEST) {
|
||||
if(dir == ForgeDirection.EAST) {
|
||||
compZ = anchorX - x;
|
||||
compX = z - anchorZ;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user