Skip to content

Commit

Permalink
fix tectech build script
Browse files Browse the repository at this point in the history
  • Loading branch information
botn365 committed Apr 20, 2024
1 parent 0f48f02 commit 4386dbc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,14 @@
dependencies {
shadowImplementation("com.github.GTNewHorizons:AVRcore:master-SNAPSHOT")

compile("gtmega:gt5u-mc1.7.10:5.28.23-gtmega:dev")
implementation("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev")
compile("gtmega:gt5u-mc1.7.10:5.33.0-mega:dev")
implementation("mega:structurelib-mc1.7.10:1.1.2:dev")
compile("eu.usrv:YAMCore:1.7.10-0.5.79:deobf")

implementation("codechicken:notenoughitems-mc1.7.10:2.2.0-mega:dev")
implementation("codechicken:codechickenlib-mc1.7.10:1.1.4-gtmega:dev")

/*compile("com.github.GTNewHorizons:NotEnoughItems:master-SNAPSHOT:dev") { // Transitive by GT5-Unofficial
transitive = false
}
Expand Down
2 changes: 1 addition & 1 deletion repositories.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repositories {
}
maven {
name = "ic2"
url = "http://maven.ic2.player.to/"
url = "https://mvn.falsepattern.com/ic2/"
metadataSources {
mavenPom()
artifact()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import eu.usrv.yamcore.auxiliary.PlayerChatHelper;
import gregtech.api.enums.GT_Values;
import gregtech.api.gui.GT_GUICover;
import gregtech.api.gui.widgets.GT_GuiIcon;
import gregtech.api.gui.widgets.icon.GT_GuiIcon;
import gregtech.api.gui.widgets.GT_GuiIconButton;
import gregtech.api.gui.widgets.GT_GuiIntegerTextBox;
import gregtech.api.interfaces.IGuiScreen;
Expand Down

0 comments on commit 4386dbc

Please sign in to comment.