Changed vanilla furnace generation from 2 to 10
This commit is contained in:
parent
417c5858d8
commit
1288e7ecd5
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit a27c33684f4bb493d8c40b9efccf70426355fa81
|
||||
Subproject commit 7508caa166af6c208bc930b96a46a0dcd5d9215d
|
|
@ -113,7 +113,7 @@ public class ResonantInduction
|
|||
* Settings
|
||||
*/
|
||||
public static final Configuration CONFIGURATION = new Configuration(new File(Loader.instance().getConfigDir(), NAME + ".cfg"));
|
||||
public static float FURNACE_WATTAGE = 2;
|
||||
public static float FURNACE_WATTAGE = 10;
|
||||
public static boolean SOUND_FXS = true;
|
||||
public static boolean LO_FI_INSULATION = false;
|
||||
public static boolean SHINY_SILVER = true;
|
||||
|
|
Loading…
Reference in a new issue