Added Furnace Manager. Fixed minor bugs. Managing should be refactored soon!

This commit is contained in:
0xSeb
2015-11-02 18:06:26 +01:00
parent a738c199a0
commit a428346b69
7 changed files with 180 additions and 19 deletions
@@ -50,7 +50,7 @@ public class Config {
return keyTopLeft.getInt(retDefKey);
}
public static int getkeyTopCenter() {
public static int getKeyTopCenter() {
return keyTopCenter.getInt(retDefKey);
}