File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/net/neganote/gtutilities/recipe Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx1G
1111 mapping_version =2023.09.03-1.20.1
1212
1313# Mod Properties
14- mod_version =1.0.0
14+ mod_version =1.0.1
1515 maven_group =net.neganote.gtmutils
1616 archives_base_name =gtmutils
1717 mod_id =gtmutils
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ public static void init(Consumer<FinishedRecipe> provider) {
2929 }
3030
3131 public static void register64AConverterRecipes (Consumer <FinishedRecipe > provider ) {
32- for (int tier : GTValues .tiersBetween (GTValues .ULV , GTValues .UXV )) {
32+ for (int tier : GTValues .tiersBetween (GTValues .ULV , GTValues .MAX )) {
3333 ASSEMBLER_RECIPES .recipeBuilder ("converter_64a_" + GTValues .VN [tier ])
3434 .inputItems (HULL .getIngredient (tier ))
35- .inputItems (CIRCUIT .getIngredient (tier + 2 ))
35+ .inputItems (CIRCUIT .getIngredient (tier ))
3636 .inputItems (CABLE_HEX .getIngredient (0 ), 4 )
3737 .inputItems (CABLE_HEX .getIngredient (tier ), 16 )
3838 .outputItems (ENERGY_CONVERTER_64A [tier ])
You can’t perform that action at this time.
0 commit comments