Skip to content

Commit 7b1a2fa

Browse files
Version change
1 parent 9846a7b commit 7b1a2fa

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ loader_version=0.16.10
1010

1111
# Mod Properties
1212
# need versioning system
13-
mod_version = 3.0.1
13+
mod_version = 3.1.0
1414
maven_group = com.tanishisherewith
1515
archives_base_name = dynamichud
1616

src/main/java/com/tanishisherewith/dynamichud/widgets/TextWidget.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88
import com.tanishisherewith.dynamichud.utils.contextmenu.ContextMenuProperties;
99
import com.tanishisherewith.dynamichud.utils.contextmenu.ContextMenuProvider;
1010
import com.tanishisherewith.dynamichud.utils.contextmenu.options.*;
11-
import com.tanishisherewith.dynamichud.utils.contextmenu.skinsystem.MinecraftSkin;
12-
import com.tanishisherewith.dynamichud.utils.contextmenu.skinsystem.ModernSkin;
1311
import com.tanishisherewith.dynamichud.widget.DynamicValueWidget;
1412
import com.tanishisherewith.dynamichud.widget.WidgetData;
1513
import net.minecraft.client.gui.DrawContext;
@@ -27,9 +25,6 @@ public class TextWidget extends DynamicValueWidget implements ContextMenuProvide
2725
protected boolean rainbow; // Whether to apply a rainbow effect to the text
2826
protected int rainbowSpeed = 2; //Speed of the rainbow effect
2927
protected float rainbowSpread = 0.01f, rainbowSaturation = 1.0f, rainbowBrightness = 1.0f;
30-
private String registryKey;
31-
//private DynamicValueRegistry valueRegistry;
32-
private String registryID;
3328

3429
public TextWidget() {
3530
this(DynamicValueRegistry.GLOBAL_ID, "unknown", false, false, Color.WHITE, "unknown");

0 commit comments

Comments
 (0)