Skip to content

Commit

Permalink
fix: compostable registration
Browse files Browse the repository at this point in the history
Closes #1061
  • Loading branch information
klikli-dev committed Feb 23, 2024
1 parent 6443d5d commit ef68dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/klikli_dev/occultism/Occultism.java
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public Occultism() {
private void commonSetup(final FMLCommonSetupEvent event) {
OccultismPackets.registerMessages();

OccultismItems.registerCompostables();
event.enqueueWork(OccultismItems::registerCompostables);

PageLoaders.onCommonSetup(event);

Expand Down

0 comments on commit ef68dca

Please sign in to comment.