mirror of
https://github.com/Miasmusa/Shadow.git
synced 2024-11-14 19:04:54 -05:00
if you revert this you're gay
This commit is contained in:
parent
b7aafd1261
commit
da12d98f11
4 changed files with 5 additions and 6 deletions
|
@ -20,5 +20,5 @@ export JAVA_HOME="$HOME/.jdks/openjdk-17.0.1/"
|
|||
if [[ ! -d bin ]]; then
|
||||
mkdir bin
|
||||
fi
|
||||
mv ./build/libs/sipoverprivate-1.0.0.jar bin
|
||||
mv ./build/libs/shadow-1.0.0.jar bin
|
||||
echo "Made release"
|
|
@ -7,8 +7,8 @@ loader_version = 0.13.3
|
|||
|
||||
#Mod properties
|
||||
mod_version = 1.0.0
|
||||
maven_group = me.x150.sipprivate
|
||||
archives_base_name = sipoverprivate
|
||||
maven_group = net.shadow.client
|
||||
archives_base_name = shadow
|
||||
|
||||
#Dependencies
|
||||
fabric_api_version = 0.44.0+1.18
|
||||
|
|
|
@ -30,8 +30,8 @@ import java.util.List;
|
|||
@SuppressWarnings("ResultOfMethodCallIgnored")
|
||||
public class ShadowMain implements ModInitializer {
|
||||
|
||||
public static final String MOD_ID = "sipoverprivate";
|
||||
public static final String MOD_NAME = "SipoverPrivate";
|
||||
public static final String MOD_ID = "shadow";
|
||||
public static final String MOD_NAME = "Shadow";
|
||||
public static final Logger LOGGER = LogManager.getLogger();
|
||||
public static final MinecraftClient client = MinecraftClient.getInstance();
|
||||
public static final File BASE = new File(MinecraftClient.getInstance().runDirectory, "sip");
|
||||
|
|
|
@ -128,7 +128,6 @@ public class TabGui extends Module {
|
|||
trackedSelected = Transitions.transition(trackedSelected, selected, 5, 0.0001);
|
||||
trackedSelectedModule = Transitions.transition(trackedSelectedModule, selectedModule, 5, 0.0001);
|
||||
aprog = Transitions.transition(aprog, anim, 2, 0.0001);
|
||||
|
||||
Color bg = new Color(52, 52, 52, 200);
|
||||
Color active = new Color(95, 95, 95, 200);
|
||||
mwidth = 13 + FontRenderers.getRenderer().getStringWidth(getModulesForDisplay()[0].getName());
|
||||
|
|
Loading…
Reference in a new issue