Skip to content

Commit

Permalink
Allow mods to access drying rack information
Browse files Browse the repository at this point in the history
  • Loading branch information
iconmaster5326 committed Mar 16, 2014
1 parent 691f739 commit 550aab7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -58,7 +58,7 @@ public static ItemStack getDryingResult (ItemStack input)
return null;
}

static class DryingRecipe
public static class DryingRecipe
{
public final int time;
public final ItemStack input;
Expand Down

0 comments on commit 550aab7

Please sign in to comment.