Skip to content

Commit

Permalink
The Great Downfall
Browse files Browse the repository at this point in the history
  • Loading branch information
Leclowndu93150 committed Apr 30, 2024
1 parent 55355a7 commit 3597b94
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 34 deletions.
7 changes: 0 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,13 +82,6 @@ dependencies {
implementation(jarJar("io.github.llamalad7:mixinextras-forge:0.3.5")) {
jarJar.ranged(it, "[0.3.5,)")
}

implementation fg.deobf("com.gregtechceu.gtceu:gtceu-1.20.1:1.2.0.a:slim")
implementation fg.deobf("com.lowdragmc.ldlib:ldlib-forge-1.20.1:1.0.25.d")
/*
implementation fg.deobf("com.tterrag.registrate:Registrate:MC1.20-1.3.3")
runtimeOnly fg.deobf("dev.toma.configuration:configuration-forge-1.20.1:2.2.0")
*/
}

mixin {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ mod_name=DuraDisplay
# The license of the mod. Review your options at https://choosealicense.com/. All Rights Reserved is the default.
mod_license=MIT
# The mod version. See https://semver.org/
mod_version=1.0.2
mod_version=1.0.3
# The group ID for the mod. It is only important when publishing as an artifact to a Maven repository.
# This should match the base package used for the mod sources.
# See https://maven.apache.org/guides/mini/guide-naming-conventions.html
Expand Down
4 changes: 1 addition & 3 deletions src/main/java/com/leclowndu93150/duradisplay/KeyBind.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@

import com.mojang.blaze3d.platform.InputConstants;
import net.minecraft.client.KeyMapping;
import net.minecraft.client.Minecraft;
import net.minecraft.world.entity.player.Player;
import net.minecraft.world.item.ItemStack;
import net.minecraftforge.api.distmarker.Dist;
import net.minecraftforge.client.event.RegisterKeyMappingsEvent;
import net.minecraftforge.common.util.Lazy;
import net.minecraftforge.event.TickEvent;
import net.minecraftforge.eventbus.api.SubscribeEvent;
import net.minecraftforge.fml.common.Mod;
import org.lwjgl.glfw.GLFW;

import static com.leclowndu93150.duradisplay.Main.MODID;

@Mod.EventBusSubscriber(modid = MODID, bus = Mod.EventBusSubscriber.Bus.MOD, value = Dist.CLIENT)
Expand Down
16 changes: 0 additions & 16 deletions src/main/java/com/leclowndu93150/duradisplay/Utils.java

This file was deleted.

7 changes: 0 additions & 7 deletions src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,3 @@ mandatory=true
versionRange="${minecraft_version_range}"
ordering="NONE"
side="BOTH"

[[dependencies.${mod_id}]]
modId="gtceu"
mandatory=false
versionRange="[1.2.0a,)"
ordering="NONE"
side="BOTH"

0 comments on commit 3597b94

Please sign in to comment.