File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
src/main/java/net/deepacat/createpowerlines Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ mixin {
3131 debug. export = true
3232}
3333
34- version = " ${ minecraft_version} -1.1.5 "
34+ version = " ${ minecraft_version} -1.1.6 "
3535
3636group = ' net.deepacat.createpowerlines' // http://maven.apache.org/guides/mini/guide-naming-conventions.html
3737archivesBaseName = ' createpowerlines'
Original file line number Diff line number Diff line change @@ -144,11 +144,11 @@ public void addRecipes(Consumer<FinishedRecipe> out) {
144144
145145 WireMaterial wireMat = wireMats .get (gtWireMat );
146146 Object [] circuits = new Object []{
147- GTMachines .ENERGY_CONVERTER_16A [i ].getItem (),
148- GTMachines .ENERGY_CONVERTER_8A [i ].getItem (),
149- GTMachines .ENERGY_CONVERTER_4A [i ].getItem (),
147+ CustomTags .CIRCUITS_ARRAY [i ],
150148 GTMachines .ENERGY_CONVERTER_1A [i ].getItem (),
151- CustomTags .CIRCUITS_ARRAY [i ]
149+ GTMachines .ENERGY_CONVERTER_4A [i ].getItem (),
150+ GTMachines .ENERGY_CONVERTER_8A [i ].getItem (),
151+ GTMachines .ENERGY_CONVERTER_16A [i ].getItem ()
152152 };
153153 for (int j = 0 ; j < connectors .length ; ++j ) {
154154 ConnectorType connector = connectors [j ];
You can’t perform that action at this time.
0 commit comments