Skip to content

Commit

Permalink
More LP pre-loading class
Browse files Browse the repository at this point in the history
  • Loading branch information
kappa-maintainer committed Oct 8, 2024
1 parent 6db6ec0 commit 1949629
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public byte[] transform(byte[] bytes) {
Launch.classLoader.findClass("logisticspipes.network.guis.block.PowerProviderGui");
Launch.classLoader.findClass("logisticspipes.network.guis.module.inpipe.FluidSupplierSlot");
Launch.classLoader.findClass("logisticspipes.network.guis.module.inhand.SneakyModuleInHandGuiProvider");
Launch.classLoader.findClass("logisticspipes.network.packets.debuggui.DebugPanelOpen");
} catch (ClassNotFoundException ignored) {}
return bytes;
}
Expand Down

0 comments on commit 1949629

Please sign in to comment.