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 of super busses (#798)
Browse files Browse the repository at this point in the history
fix id shift
  • Loading branch information
chochem authored Dec 12, 2023
1 parent 2bfa13a commit be315d3
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 be315d3

Please sign in to comment.