You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Restored an unimplemented device which generates snowballs
Uncommented a bunch of intermod aspect assignment
Removed the [WG] tag from research
Updated default supported clusters and gem affinities
@@ -87,13 +88,13 @@ public static void loadConfig(FMLPreInitializationEvent event)
87
88
cloakAnimationMode = config.get("Other Options", "Cloak Animation Mode", 2, "0 = no animation, 1 = rotate cloak when legs move, 2 = stretch cloak when legs move").getInt();
88
89
coremod_allowFocusPouchActive = config.get("Other Options", "Allow FocusPouch active ability", true, "Dis-/enable the IActiveAbiltiy on the FocusPouch. With this enabled, TGs active ability menu will allow you to open the pouch.").getBoolean(true);
89
90
90
-
coremod_allowBootsRepair = config.get("Other Options", "[Coremod] Enable repairing the Boots of the Traveller with leather", true, "Dis-/enable repairing the Boots of the Traveller with leather").getBoolean(true);
91
+
coremod_allowBootsRepair = config.get("Other Options", "Enable repairing the Boots of the Traveller with leather", true, "Dis-/enable repairing the Boots of the Traveller with leather").getBoolean(true);
91
92
92
93
//coin
93
-
coremod_allowEnchantModifications = config.get("Other Options", "[Coremod] Enable the modification of looting and fortune modifications with the Ring of the Covetous Coin", true, "Dis-/enable the modification of looting and fortune modifications with the Ring of the Covetous Coin").getBoolean(true);
94
+
coremod_allowEnchantModifications = config.get("Other Options", "Enable the modification of looting and fortune modifications with the Ring of the Covetous Coin", true, "Dis-/enable the modification of looting and fortune modifications with the Ring of the Covetous Coin").getBoolean(true);
94
95
95
96
//primal
96
-
coremod_allowPotionApplicationMod = config.get("Other Options", "[Coremod] Allow modifications to newly applied PotionEffects", true, "Dis-/enable the modification of newly applied PotionEffects. (Primordial Armor affects newly applied Warp Effects)").getBoolean(true);
97
+
coremod_allowPotionApplicationMod = config.get("Other Options", "Allow modifications to newly applied PotionEffects", true, "Dis-/enable the modification of newly applied PotionEffects. (Primordial Armor affects newly applied Warp Effects)").getBoolean(true);
97
98
98
99
//new
99
100
modulePrimal = config.get("Modules", "Enable Primordial gear and weapons", true,
@@ -134,6 +135,10 @@ public static void loadConfig(FMLPreInitializationEvent event)
134
135
"Dis-/enable the gem table, and other crystal things")
135
136
.getBoolean(true);
136
137
138
+
allowDropsFromMachinery = config.get("Drop Items from Generators", "Other Options", true,
139
+
"Whether the cobble and snow gen can drop items or just output into inventories. Should be disabled on MP servers with chunkloading")
0 commit comments