forked from refinedmods/refinedstorage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e7f588e
commit f419dcd
Showing
275 changed files
with
7,803 additions
and
9,396 deletions.
There are no files selected for viewing
Empty file.
Empty file.
Empty file.
Empty file.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
29 changes: 14 additions & 15 deletions
29
src/main/java/refinedstorage/RefinedStorageGui.java
100644 → 100755
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,17 @@ | ||
package refinedstorage; | ||
|
||
public final class RefinedStorageGui | ||
{ | ||
public static final int CONTROLLER = 0; | ||
public static final int GRID = 1; | ||
public static final int DRIVE = 2; | ||
public static final int IMPORTER = 4; | ||
public static final int EXPORTER = 5; | ||
public static final int DETECTOR = 6; | ||
public static final int SOLDERER = 7; | ||
public static final int WIRELESS_TRANSMITTER = 8; | ||
public static final int DESTRUCTOR = 9; | ||
public static final int CONSTRUCTOR = 10; | ||
public static final int STORAGE = 11; | ||
public static final int RELAY = 12; | ||
public static final int INTERFACE = 13; | ||
public final class RefinedStorageGui { | ||
public static final int CONTROLLER = 0; | ||
public static final int GRID = 1; | ||
public static final int DRIVE = 2; | ||
public static final int IMPORTER = 4; | ||
public static final int EXPORTER = 5; | ||
public static final int DETECTOR = 6; | ||
public static final int SOLDERER = 7; | ||
public static final int WIRELESS_TRANSMITTER = 8; | ||
public static final int DESTRUCTOR = 9; | ||
public static final int CONSTRUCTOR = 10; | ||
public static final int STORAGE = 11; | ||
public static final int RELAY = 12; | ||
public static final int INTERFACE = 13; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.