Skip to content

Commit

Permalink
Fix race condition composter crash (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
KnightMiner committed May 14, 2021
1 parent 77ca1bc commit 152b7df
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -198,7 +198,7 @@ void gatherData(GatherDataEvent event) {

@SubscribeEvent
void init(FMLCommonSetupEvent event) {
registerCompostables();
event.enqueueWork(InspirationsBuilding::registerCompostables);

/*if(Config.enableFlowers.get() && Config.enableCauldronDyeing()) {
InspirationsRegistry.addCauldronRecipe(new DyeCauldronRecipe(
Expand Down

0 comments on commit 152b7df

Please sign in to comment.