mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-08-10 17:55:44 +00:00
might have to undo, just need it free
This commit is contained in:
parent
1b9bfcd470
commit
adc5437963
@ -31,7 +31,20 @@ public class MachineFusionPlasmaForge extends BlockDummyable {
|
||||
|
||||
@Override public int[] getDimensions() { return new int[] { 2, 0, 2, 2, 5, 5 }; }
|
||||
@Override public int getOffset() { return 5; }
|
||||
|
||||
@Override
|
||||
public int[][] getAllDimensions() {
|
||||
return new int[][] {
|
||||
new int[] { 2, 0, 2, 2, 5, 5 },
|
||||
new int[] { 4, -3, 0, 0, 4, 4 },
|
||||
new int[] { 2, 0, 3, -2, 4, 4 },
|
||||
new int[] { 2, 0, -2, 3, 4, 4 },
|
||||
new int[] { 2, 0, 4, -3, 3, 3 },
|
||||
new int[] { 2, 0, -3, 4, 3, 3 },
|
||||
new int[] { 2, 0, 5, -4, 2, 2 },
|
||||
new int[] { 2, 0, -4, 5, 2, 2 },
|
||||
new int[] { 3, -2, 1, 1, 5, 5 }
|
||||
};
|
||||
}
|
||||
@Override
|
||||
public boolean checkRequirement(World world, int x, int y, int z, ForgeDirection dir, int o) {
|
||||
return super.checkRequirement(world, x, y, z, dir, o) &&
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user