Skip to content

Commit 40e87fe

Browse files
committed
处理依赖冲突的问题 修改配方中没有制作方式的材料
1 parent 54d7941 commit 40e87fe

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ minecraft {
1111
dependencies {
1212
compileOnly 'org.projectlombok:lombok:1.18.24'
1313
annotationProcessor 'org.projectlombok:lombok:1.18.24'
14-
implementation 'org.ow2.asm:asm-commons:9.2'
1514
}
1615

1716
tasks.withType(JavaCompile) {

src/main/java/com/silvermoon/boxplusplus/common/loader/RecipeLoader.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ public static void addUpgradeModuleRecipe() {
571571
new ItemStack[] { GTModHandler.getModItem(GregTech.ID, "gt.blockmachines", 64, 10501),
572572
GTModHandler.getModItem(GregTech.ID, "gt.blockmachines", 64, 12712),
573573
GTOreDictUnificator.get("blockGlassUEV", 64), GTOreDictUnificator.get("slabWood", 1),
574-
GTModHandler.getModItem(GregTech.ID, "gt.blockmachines", 64, 12718),
574+
GTModHandler.getModItem(GregTech.ID, "gt.blockmachines", 64, 12713),
575575
GTModHandler.getModItem(UniversalSingularities.ID, "universal.general.singularity", 4, 26),
576576
new ItemStack(BlockRegister.BoxRing2, 16), },
577577
new FluidStack[] { FluidRegistry.getFluidStack("molten.ethylcyanoacrylatesuperglue", 128000),

0 commit comments

Comments
 (0)