File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
src/main/java/net/neganote/gtutilities/recipe Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ org.gradle.jvmargs=-Xmx1G
2323# Dependencies
2424 appeng_version =15.0.18
2525 architectury_version =9.2.14
26- gtceu_version =7.2.0
26+ gtceu_version =7.2.1
2727 ldlib_version =1.0.40.b
2828 registrate_version =MC1.20-1.3.11
2929 rhino_version =2001.2.3-build.6
3030 kubejs_version =2001.6.5-build.14
3131 configuration_version =2.2.0
32- jei_version =15.20.0.106
32+ jei_version =15.20.0.116
3333 emi_version = 1.1.22
Original file line number Diff line number Diff line change 11# Minecraft server properties
2- # Sun May 04 11:17:41 EDT 2025
2+ # Tue Nov 11 20:14:28 EST 2025
33allow-flight =true
44allow-nether =true
55broadcast-console-to-ops =true
Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ public static void init(Consumer<FinishedRecipe> provider) {
5050 .EUt (1_600_000L )
5151 .duration (1200 )
5252 .outputItems (UtilMachines .PTERB_MACHINE )
53+ .addMaterialInfo (true )
5354 .stationResearch (b -> b
5455 .researchStack (GTMultiMachines .ACTIVE_TRANSFORMER .asStack ()).CWUt (16 ))
5556 .save (provider );
@@ -65,6 +66,7 @@ public static void register64AConverterRecipes(Consumer<FinishedRecipe> provider
6566 .inputItems (CABLE_HEX .get (tier ), 16 )
6667 .outputItems (ENERGY_CONVERTER_64A [tier ])
6768 .EUt (GTValues .VA [tier ]).duration (40 )
69+ .addMaterialInfo (true )
6870 .save (provider );
6971 }
7072 }
@@ -90,6 +92,7 @@ public static void registerOmnitoolRecipe(Consumer<FinishedRecipe> provider) {
9092 .inputItems (MOTOR .get (UtilConfig .INSTANCE .features .omnibreakerTier ), 2 )
9193 .outputItems (OMNIBREAKER )
9294 .EUt (GTValues .VA [UtilConfig .INSTANCE .features .omnibreakerTier ], 2 ).duration (20 * 60 )
95+ .addMaterialInfo (true )
9396 .save (provider );
9497 }
9598}
You can’t perform that action at this time.
0 commit comments