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

Commit

Permalink
fixed capes for old gregtech supporters
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Aug 8, 2023
1 parent d0d785f commit b746601
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/main/java/muramasa/gregtech/GregTech.java
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public void onRegistrationEvent(RegistrationEvent event, Side side) {
l.addAll(Arrays.asList(CircuitBasicIntegrated, CircuitGoodIntegrated, CircuitWetware, MicroProcessor, IntegratedProcessor, NanoProcessor, QuantumProcessor));
}
});
AntimatterAPI.runLaterCommon(CommonHandler::setup);
CommonHandler.setup();
// if (side == Dist.CLIENT) StructureInfo.init();
TierMaps.providerInit();
}
Expand Down

0 comments on commit b746601

Please sign in to comment.