Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Commit

Permalink
fix id shift
Browse files Browse the repository at this point in the history
  • Loading branch information
chochem committed Dec 11, 2023
1 parent 539b2c8 commit a71bbf7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ private static void run3() {
/*
* Super Output Busses
*/
aStartID = 30031;
aStartID = 30032;
GregtechItemList.Hatch_SuperBus_Output_LV.set(
((IMetaTileEntity) makeOutputBus(aStartID++, "hatch.superbus.output.tier.01", "Super Bus (O) (LV)", 1))
.getStackForm(1L));
Expand Down

0 comments on commit a71bbf7

Please sign in to comment.