Skip to content

Commit

Permalink
Merge pull request #3 from magcicada/main
Browse files Browse the repository at this point in the history
Fix ID conflict and maven
  • Loading branch information
solidDoWant authored Jul 28, 2021
2 parents 693cf45 + eb723f7 commit 4b3c38e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
17 changes: 7 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,14 @@ minecraft {
}

repositories {
maven {
name "GregTech Community Edition Maven"
url "https://dl.bintray.com/gregtech/dev"
}
maven {
name "ChickenBones Maven"
url "http://chickenbones.net/maven/"
}
maven {
name "Modmaven for Applied Energistics 2"
url "https://modmaven.dev/"
}
maven {
name = "CurseForge"
setUrl("https://minecraft.curseforge.com/api/maven")
}
maven {
name = "JEI Maven"
setUrl("http://dvs1.progwml6.com/files/maven/")
Expand All @@ -55,12 +51,13 @@ repositories {
name = "JEI Maven fallback"
setUrl("modmaven.k-4u.nl")
}
maven { url = "https://www.cursemaven.com" }
}

dependencies {
deobfCompile "codechicken:CodeChickenLib:1.12.2-3.2.3.358:universal"
deobfCompile "gregtech:gregtech:1.12.2-1.10.8.599"
deobfCompile "appeng:appliedenergistics2:rv6-stable-7"
deobfCompile "gregtechce:gregtech:1.12.2:1.16.1.753"
deobfCompile "curse.maven:applied-energistics-2-223794:2747063"
deobfCompile "mezz.jei:jei_1.12.2:4.15.0.291"
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
import java.util.function.BiFunction;

public class CoverBehaviors {
public static final int startingCoverId = 40;
public static final int startingCoverId = 50;
public static void init() {
registerStockerCover(0, "ae2.interface.lv", MetaItems.AE2_STOCKER_LV, GTValues.LV, 1280);
registerStockerCover(1, "ae2.interface.mv", MetaItems.AE2_STOCKER_MV, GTValues.MV, 5120);
Expand Down

0 comments on commit 4b3c38e

Please sign in to comment.