Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-dencep committed Jan 1, 2025
1 parent 9f9a176 commit cd082db
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ public abstract class LoadingOverlayMixin extends Overlay {
ordinal = 2
)
)
public long rrls$(LoadingOverlay instance, Operation<Long> original) {
public long rrls$interpolateAtEnd(LoadingOverlay instance, Operation<Long> original) {
if (this.fadeOutStart == -1L && this.currentProgress >= 0.999F) {
this.fadeOutStart = Util.getMillis();
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright 2023 - 2024 dima_dencep.
*
* Licensed under the Open Software License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
*
* You may obtain a copy of the License at
* https://spdx.org/licenses/OSL-3.0.txt
*/

package org.redlance.dima_dencep.mods.rrls.screens;

import com.electronwill.nightconfig.core.UnmodifiableConfig;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Copyright 2023 - 2024 dima_dencep.
*
* Licensed under the Open Software License, Version 3.0 (the "License");
* you may not use this file except in compliance with the License.
*
* You may obtain a copy of the License at
* https://spdx.org/licenses/OSL-3.0.txt
*/

package org.redlance.dima_dencep.mods.rrls.screens;

import com.electronwill.nightconfig.core.UnmodifiableConfig;
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ org.gradle.parallel=true
forge_version = 21.4.47-beta

# Mod Properties
mod_version = 5.0.12
mod_version = 5.1.0
maven_group = org.redlance.dima_dencep.mods
archives_base_name = rrls

Expand Down

0 comments on commit cd082db

Please sign in to comment.