Skip to content

Commit

Permalink
Fix Recipes
Browse files Browse the repository at this point in the history
Progress on #6
  • Loading branch information
NicholasFeldman committed Sep 3, 2016
1 parent dc1832f commit f41b00b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ private void registerTESRRender(Block block, TileEntitySpecialRenderer renderer,

@Override
public void init(FMLInitializationEvent event) {
super.init(event);
instance = this;

keyConfig = new KeyBinding("key.betterconfig.desc", Keyboard.KEY_N, "key.betterconfig.category");
Expand Down

0 comments on commit f41b00b

Please sign in to comment.