Merge pull request #497 from narc0tiq/oil-shift
Move default oil block ID to 1520 and 1521
This commit is contained in:
commit
eef6145766
1 changed files with 2 additions and 2 deletions
|
@ -104,8 +104,8 @@ public class DefaultProps {
|
|||
public static int ASSEMBLY_TABLE_ID = 1517;
|
||||
public static int PATH_MARKER_ID = 1518;
|
||||
public static int HOPPER_ID = 1519;
|
||||
public static int OIL_MOVING_ID = 150;
|
||||
public static int OIL_STILL_ID = 151;
|
||||
public static int OIL_MOVING_ID = 1520;
|
||||
public static int OIL_STILL_ID = 1521;
|
||||
|
||||
public static boolean CURRENT_CONTINUOUS = false;
|
||||
public static boolean PIPES_ALWAYS_CONNECT = false;
|
||||
|
|
Loading…
Reference in a new issue