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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue