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 Sep 24, 2024
1 parent af2780c commit 01b34d6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public byte[] transform(byte[] bytes) {
Launch.classLoader.findClass("logisticspipes.network.packets.block.SecurityStationCCIDs");
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");
} catch (ClassNotFoundException ignored) {}
return bytes;
}
Expand Down

0 comments on commit 01b34d6

Please sign in to comment.