Skip to content
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.

Commit

Permalink
"Fix" alchemy catalyst becoming trash can
Browse files Browse the repository at this point in the history
  • Loading branch information
quat1024 committed Aug 16, 2018
1 parent 3ac9c25 commit 06dae8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/quaternary/incorporeal/Incorporeal.java
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,13 @@ private CommonEvents() {}
public static void blocks(RegistryEvent.Register<Block> e) {
IncorporeticBlocks.registerBlocks(e.getRegistry());
IncorporeticTiles.registerTileEntities();
IncorporeticFlowers.registerFlowers(); //good spot?
}

@SubscribeEvent
public static void items(RegistryEvent.Register<Item> e) {
IncorporeticItems.registerItems(e.getRegistry());

IncorporeticFlowers.registerFlowers(); //good spot?
}

@SubscribeEvent
Expand Down

0 comments on commit 06dae8a

Please # to comment.