Skip to content

Commit

Permalink
Fixes locale reference typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Sep 2, 2019
1 parent 2da5737 commit 9beae88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ private List<String> getDescription(User user, BiomeRecipe br) {
d.add(user.getTranslation("greenhouses.recipe.icemustbe", "[coverage]", String.valueOf(br.getIceCoverage())));
}
if (br.getRecipeBlocks().isEmpty()) {
d.add(user.getTranslation("greenhouses.recipe.nootherbocks"));
d.add(user.getTranslation("greenhouses.recipe.nootherblocks"));
}
return d;
}
Expand Down

0 comments on commit 9beae88

Please sign in to comment.