File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
src/main/java/net/neganote/gtutilities/recipe Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ repositories {
2929 url " https://maven.firstdarkdev.xyz/snapshots/"
3030 }
3131 maven {
32- // saps.dev Maven (KubeJS and Rhino)
32+
33+ // latvian.dev Maven (KubeJS and Rhino)
3334 url = " https://maven.latvian.dev/releases"
3435 }
3536 maven { // Registrate
Original file line number Diff line number Diff line change 11# GregTech Modern Utilities version 2.0.0
22
33* Port to GTM 7.0.0
4- * Make omni-breaker teleport drops to player on right-click
4+ * Make omni-breaker teleport drops to player on right-click
Original file line number Diff line number Diff line change 11package net .neganote .gtutilities .recipe ;
22
3+ import com .gregtechceu .gtceu .api .GTCEuAPI ;
34import com .gregtechceu .gtceu .api .GTValues ;
45import com .gregtechceu .gtceu .api .data .tag .TagPrefix ;
56import com .gregtechceu .gtceu .common .data .GTItems ;
@@ -56,7 +57,7 @@ public static void init(Consumer<FinishedRecipe> provider) {
5657 }
5758
5859 public static void register64AConverterRecipes (Consumer <FinishedRecipe > provider ) {
59- for (int tier : GTValues .tiersBetween (GTValues .ULV , GTValues .MAX )) {
60+ for (int tier : GTValues .tiersBetween (GTValues .ULV , GTCEuAPI . isHighTier () ? GTValues .MAX : GTValues . UHV )) {
6061 ASSEMBLER_RECIPES .recipeBuilder ("converter_64a_" + GTValues .VN [tier ])
6162 .inputItems (HULL .get (tier ))
6263 .inputItems (CIRCUIT .get (tier ))
You can’t perform that action at this time.
0 commit comments