Skip to content

Commit

Permalink
update hulls +deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Dec 31, 2024
1 parent 6ec7261 commit 590ea46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.22:dev')
api('com.github.GTNewHorizons:NotEnoughItems:2.7.2-GTNH:dev')
api('com.github.GTNewHorizons:GT5-Unofficial:5.09.51.40:dev')
api('com.github.GTNewHorizons:NotEnoughItems:2.7.11-GTNH:dev')
compileOnly('com.github.GTNewHorizons:MyTown2:0.5.4-GTNH:dev')
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import gregtech.api.interfaces.IItemContainer;
import gregtech.api.util.GTOreDictUnificator;
import gregtech.api.util.GTUtility;
import tectech.thing.CustomItemList;

public class HEBlockRecipes {

Expand All @@ -33,8 +32,7 @@ public static void registerRecipes() {
IItemContainer[] hulls = { null, // ULV,
ItemList.Hull_LV, ItemList.Hull_MV, ItemList.Hull_HV, ItemList.Hull_EV, ItemList.Hull_IV,
ItemList.Hull_LuV, ItemList.Hull_ZPM, ItemList.Hull_UV, ItemList.Hull_MAX, // UHV
CustomItemList.Hull_UEV, CustomItemList.Hull_UIV, CustomItemList.Hull_UMV, CustomItemList.Hull_UXV,
CustomItemList.Hull_MAXV };
ItemList.Hull_UEV, ItemList.Hull_UIV, ItemList.Hull_UMV, ItemList.Hull_UXV, ItemList.Hull_MAXV };
IItemContainer[] motors = { null, // ULV,
ItemList.Electric_Motor_LV, ItemList.Electric_Motor_MV, ItemList.Electric_Motor_HV,
ItemList.Electric_Motor_EV, ItemList.Electric_Motor_IV, ItemList.Electric_Motor_LuV,
Expand Down

0 comments on commit 590ea46

Please sign in to comment.