Skip to content

Commit b069122

Browse files
Merge pull request #54 from GTNewHorizons/master
Merge
2 parents a44016a + 68a9154 commit b069122

File tree

5 files changed

+16
-28
lines changed

5 files changed

+16
-28
lines changed

dependencies.gradle

+11-11
Original file line numberDiff line numberDiff line change
@@ -38,32 +38,32 @@ def asmVersion = "9.7"
3838

3939
dependencies {
4040
implementation("com.github.GTNewHorizons:StructureLib:1.4.2:dev")
41-
implementation("com.github.GTNewHorizons:GTNHLib:0.6.10:dev")
42-
implementation("com.github.GTNewHorizons:ModularUI:1.2.17:dev")
41+
implementation("com.github.GTNewHorizons:GTNHLib:0.6.11:dev")
42+
implementation("com.github.GTNewHorizons:ModularUI:1.2.18:dev")
4343

44-
compileOnly('com.github.GTNewHorizons:Angelica:1.0.0-beta33:api') { transitive = false }
45-
compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-538-GTNH:dev") { transitive = false }
44+
compileOnly('com.github.GTNewHorizons:Angelica:1.0.0-beta35:api') { transitive = false }
45+
compileOnly("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-547-GTNH:dev") { transitive = false }
4646
compileOnly("com.github.GTNewHorizons:ArchitectureCraft:1.10.2") { transitive = false }
4747
compileOnly("com.github.GTNewHorizons:Avaritiaddons:1.8.4-GTNH:dev") { transitive = false }
4848
compileOnly("com.github.GTNewHorizons:BloodMagic:1.7.5:dev") { transitive = false }
4949
compileOnly("curse.maven:cofh-lib-220333:2388748") { transitive = false }
50-
compileOnly("com.github.GTNewHorizons:EnderIO:2.9.3:dev") { transitive = false }
50+
compileOnly("com.github.GTNewHorizons:EnderIO:2.9.4:dev") { transitive = false }
5151
compileOnly("com.github.GTNewHorizons:ForgeMultipart:1.6.2:dev") { transitive = false }
52-
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.51.121:dev") { transitive = false }
53-
compileOnly("com.github.GTNewHorizons:Hodgepodge:2.6.24:dev") { transitive = false }
52+
compileOnly("com.github.GTNewHorizons:GT5-Unofficial:5.09.51.148:dev") { transitive = false }
53+
compileOnly("com.github.GTNewHorizons:Hodgepodge:2.6.26:dev") { transitive = false }
5454
compileOnly("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev") { transitive = false }
5555
compileOnly("curse.maven:mekanism-268560:2475797") { transitive = false }
5656
compileOnly("com.github.GTNewHorizons:NotEnoughItems:2.7.29-GTNH:dev") { transitive = false }
57-
compileOnly("com.github.GTNewHorizons:OpenComputers:1.11.7-GTNH:dev") { transitive = false }
57+
compileOnly("com.github.GTNewHorizons:OpenComputers:1.11.8-GTNH:dev") { transitive = false }
5858
compileOnly("com.github.GTNewHorizons:waila:1.8.2:dev") { transitive = false }
5959
compileOnly("com.github.GTNewHorizons:FloodLights:1.5.3:dev") { transitive = false }
6060

61-
runtimeOnlyNonPublishable("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-538-GTNH:dev")
62-
runtimeOnlyNonPublishable("com.github.GTNewHorizons:GT5-Unofficial:5.09.51.121:dev")
61+
runtimeOnlyNonPublishable("com.github.GTNewHorizons:Applied-Energistics-2-Unofficial:rv3-beta-547-GTNH:dev")
62+
runtimeOnlyNonPublishable("com.github.GTNewHorizons:GT5-Unofficial:5.09.51.148:dev")
6363
runtimeOnlyNonPublishable("com.github.GTNewHorizons:ArchitectureCraft:1.10.2")
6464
runtimeOnlyNonPublishable("net.industrial-craft:industrialcraft-2:2.2.828-experimental:dev")
6565
runtimeOnlyNonPublishable("com.github.GTNewHorizons:NotEnoughItems:2.7.29-GTNH:dev")
66-
runtimeOnlyNonPublishable("com.github.GTNewHorizons:Hodgepodge:2.6.24:dev")
66+
runtimeOnlyNonPublishable("com.github.GTNewHorizons:Hodgepodge:2.6.26:dev")
6767
runtimeOnlyNonPublishable("com.github.GTNewHorizons:ForgeMultipart:1.6.2:dev")
6868
runtimeOnlyNonPublishable("com.github.GTNewHorizons:FloodLights:1.5.3:dev")
6969

gradle/wrapper/gradle-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.12.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

+1-2
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@ done
8686
# shellcheck disable=SC2034
8787
APP_BASE_NAME=${0##*/}
8888
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
89-
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
90-
' "$PWD" ) || exit
89+
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s\n' "$PWD" ) || exit
9190

9291
# Use the maximum available, or set MAX_FD != -1 to use that value.
9392
MAX_FD=maximum

settings.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ pluginManagement {
1717
}
1818

1919
plugins {
20-
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.32'
20+
id 'com.gtnewhorizons.gtnhsettingsconvention' version '1.0.33'
2121
}

src/main/java/com/recursive_pineapple/matter_manipulator/common/building/GTAnalysisResult.java

+2-13
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@
4545
import com.recursive_pineapple.matter_manipulator.common.building.BlockAnalyzer.IBlockApplyContext;
4646
import com.recursive_pineapple.matter_manipulator.common.items.manipulator.Transform;
4747
import com.recursive_pineapple.matter_manipulator.common.utils.MMUtils;
48-
import com.recursive_pineapple.matter_manipulator.common.utils.Mods;
4948

50-
import gtPlusPlus.xmod.gregtech.api.enums.GregtechItemList;
5149
import tectech.thing.metaTileEntity.hatch.MTEHatchDynamoTunnel;
5250
import tectech.thing.metaTileEntity.hatch.MTEHatchEnergyTunnel;
5351
import tectech.thing.metaTileEntity.multi.base.TTMultiblockBase;
@@ -176,12 +174,7 @@ public GTAnalysisResult(IGregTechTileEntity igte) {
176174
mGTGhostCircuit = 0;
177175
} else if (circuit.getItem() == ItemList.Circuit_Integrated.getItem()) {
178176
mGTGhostCircuit = (byte) Items.feather.getDamage(circuit);
179-
} else if (Mods.GTPlusPlus.isModLoaded()) {
180-
if (circuit.getItem() == GregtechItemList.Circuit_BioRecipeSelector.getItem()) {
181-
mGTGhostCircuit = (byte) (Items.feather.getDamage(circuit) + 24);
182-
} else if (circuit.getItem() == GregtechItemList.Circuit_T3RecipeSelector.getItem()) {
183-
mGTGhostCircuit = (byte) (Items.feather.getDamage(circuit) + 48);
184-
}
177+
185178
}
186179
}
187180

@@ -360,11 +353,7 @@ public boolean apply(IBlockApplyContext ctx) {
360353
if (mte instanceof IConfigurationCircuitSupport ghostCircuit && ghostCircuit.allowSelectCircuit()) {
361354
ItemStack circuit = null;
362355

363-
if (mGTGhostCircuit > 48) {
364-
circuit = GregtechItemList.Circuit_T3RecipeSelector.getWithDamage(0, mGTGhostCircuit - 48);
365-
} else if (mGTGhostCircuit > 24) {
366-
circuit = GregtechItemList.Circuit_BioRecipeSelector.getWithDamage(0, mGTGhostCircuit - 24);
367-
} else if (mGTGhostCircuit > 0) {
356+
if (mGTGhostCircuit > 0) {
368357
circuit = ItemList.Circuit_Integrated.getWithDamage(0, mGTGhostCircuit);
369358
}
370359

0 commit comments

Comments
 (0)