Skip to content

Commit 45135d4

Browse files
committed
Merge remote-tracking branch 'origin/configurable-channels' into dev
2 parents a64eaca + 4e4cb76 commit 45135d4

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

dependencies.gradle

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22

33
dependencies {
44
api('com.github.GTNewHorizons:StructureLib:1.3.1:dev')
5-
implementation("com.github.GTNewHorizons:GT5-Unofficial:5.09.46.05:dev")
6-
implementation("com.github.GTNewHorizons:bartworks:0.10.0:dev")
5+
implementation("com.github.GTNewHorizons:GT5-Unofficial:5.09.48.27:dev")
76
compileOnly("com.github.GTNewHorizons:NotEnoughEnergistics:1.6.0:dev")
87

9-
runtimeOnlyNonPublishable("com.github.GTNewHorizons:GTplusplus:1.12.2:dev")
10-
runtimeOnlyNonPublishable("com.github.GTNewHorizons:StructureCompat:0.6.1:dev")
8+
runtimeOnlyNonPublishable("com.github.GTNewHorizons:StructureCompat:0.6.3:dev")
119
}

src/main/java/blockrenderer6343/integration/nei/GUI_MultiblockHandler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ protected void loadNewMultiblock() {
288288
channels.clear();
289289
layerIndex = -1;
290290
tierIndex = 1;
291-
channelIndex = 1;
291+
channelIndex = 0;
292292
initializeSceneRenderer(true);
293293
lastRenderingController = renderingController;
294294
channelTier = new int[channels.size()];

0 commit comments

Comments
 (0)