Skip to content

Commit

Permalink
moved bartworks ic2 nuke fuel rod init
Browse files Browse the repository at this point in the history
  • Loading branch information
RecursivePineapple committed Sep 28, 2024
1 parent b9ba7f9 commit e4411de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/main/java/bartworks/common/loaders/ItemRegistry.java
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@
import bartworks.common.tileentities.tiered.MTEGiantOutputHatch;
import bartworks.common.tileentities.tiered.MTEHumongousInputHatch;
import bartworks.system.material.WerkstoffLoader;
import bartworks.system.material.processingLoaders.LoadItemContainers;
import bwcrossmod.galacticgreg.MTEVoidMiners;
import bwcrossmod.tectech.tileentites.tiered.MTELowPowerLaserBox;
import bwcrossmod.tectech.tileentites.tiered.MTELowPowerLaserDynamo;
Expand Down Expand Up @@ -648,5 +649,7 @@ public static void run() {
amps).getStackForm(1L);
}
}

LoadItemContainers.run();
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,6 @@ public static void run() {
.metadata(FUEL_VALUE, 125_000)
.addTo(ultraHugeNaquadahReactorFuels);

LoadItemContainers.run();

GTValues.RA.stdBuilder()
.itemInputs(ItemList.Large_Fluid_Cell_TungstenSteel.get(1L), WerkstoffLoader.Tiberium.get(dust, 3))
.itemOutputs(BWNonMetaMaterialItems.TiberiumCell_1.get(1L))
Expand Down

0 comments on commit e4411de

Please sign in to comment.