might have to undo, just need it free

This commit is contained in:
Wolf 2026-06-21 18:46:01 -04:00
parent 1b9bfcd470
commit adc5437963

View File

@ -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) &&