Skip to content

Commit

Permalink
Updated to 1.16.x-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JayCeeCreates committed Mar 10, 2021
1 parent 73806b8 commit 474c2bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/jayceecreates/earlygame/init/EventsInit.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,15 @@

import jayceecreates.earlygame.utils.DisableWoodStoneTools;
import jayceecreates.earlygame.utils.FlintKnapEvent;
import jayceecreates.earlygame.utils.FlintKnifeKnapEvent;
import jayceecreates.earlygame.utils.RecipeRemover;
import jayceecreates.earlygame.utils.WoodCuttingEvent;

public class EventsInit {
public static void init() {
DisableWoodStoneTools.noStoneWoodTier();
FlintKnapEvent.knapEvent();
FlintKnifeKnapEvent.knifeKnapEvent();
WoodCuttingEvent.chopEvent();
RecipeRemover.removeRecipe();
}
Expand Down

0 comments on commit 474c2bd

Please sign in to comment.