File tree 2 files changed +3
-5
lines changed
src/main/java/blockrenderer6343/integration/nei
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
dependencies {
4
4
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" )
7
6
compileOnly(" com.github.GTNewHorizons:NotEnoughEnergistics:1.6.0:dev" )
8
7
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" )
11
9
}
Original file line number Diff line number Diff line change @@ -288,7 +288,7 @@ protected void loadNewMultiblock() {
288
288
channels .clear ();
289
289
layerIndex = -1 ;
290
290
tierIndex = 1 ;
291
- channelIndex = 1 ;
291
+ channelIndex = 0 ;
292
292
initializeSceneRenderer (true );
293
293
lastRenderingController = renderingController ;
294
294
channelTier = new int [channels .size ()];
You can’t perform that action at this time.
0 commit comments