mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-13 05:54:17 +01:00
Bump StressConfigDefaults version number
- Should fix Mechanical Arm stress usage staying at the old value in worlds created in previous Create versions
This commit is contained in:
parent
da9c306ed5
commit
3ab3bffac3
@ -17,7 +17,7 @@ public class StressConfigDefaults {
|
||||
* Worlds from the previous version will overwrite potentially changed values
|
||||
* with the new defaults.
|
||||
*/
|
||||
public static final int forcedUpdateVersion = 1;
|
||||
public static final int forcedUpdateVersion = 2;
|
||||
|
||||
static Map<ResourceLocation, Double> registeredDefaultImpacts = new HashMap<>();
|
||||
static Map<ResourceLocation, Double> registeredDefaultCapacities = new HashMap<>();
|
||||
|
Loading…
Reference in New Issue
Block a user