Skip to content

Commit fe0ab7f

Browse files
0.0.1.2
1 parent 24ec3a8 commit fe0ab7f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ apply plugin: 'eclipse'
1515
apply plugin: 'maven'
1616
apply plugin: 'maven-publish'
1717

18-
version = '1.16.5-0.0.1.1'
18+
version = '1.16.5-0.0.1.2'
1919
group = 'multiteam.multicorelib' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
2020
archivesBaseName = 'multicore_lib'
2121

src/main/java/multiteam/multicore_lib/setup/utilities/MathF.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package multiteam.multicore_lib.setup.utilities;
22

33
public class MathF { //Why MathF? Because in unity, there was a class with Mathematical functions, and i grown quiet fond of this name. In the honor of my C# past, you shall now be named MathF!
4-
4+
55
public float rescaleValues(float minFrom, float maxFrom, float minTo, float maxTo, float valueToScale){
66
float OldRange = (maxFrom - minFrom);
77
float NewRange = (maxTo - minTo);

src/main/resources/META-INF/mods.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ authors="LazTheArtist" #optional
3636
description='''
3737
This mod is a Library, for tools and helpers, to make coding mods faster and easier.
3838
39-
LazTheArtist [HoverTextItemTool - TeleportTool]
39+
LazTheArtist [HoverTextItemTool - TeleportTool - ItemGroupTool - MathF]
4040
Qboi [Maven Setup]
4141
'''
4242
# A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional.

0 commit comments

Comments
 (0)