Skip to content

Commit

Permalink
Update ScriptNuclearControl.java
Browse files Browse the repository at this point in the history
Oooop + spotless
  • Loading branch information
dahgul333 committed Oct 11, 2023
1 parent 15b6382 commit 92b9bac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ public void loadRecipes() {
getModItem(IndustrialCraft2.ID, "itemFreq", 1, 0, missing))
.itemOutputs(getModItem(IC2NuclearControl.ID, "ItemVanilliaKit", 1, 0, missing)).duration(1600).eut(2)
.addTo(sAssemblerRecipes);

GT_Values.RA.stdBuilder() // Color upgrade
.itemInputs(
new ItemStack(Items.dye, 1, 1),
Expand Down

0 comments on commit 92b9bac

Please sign in to comment.