Skip to content

Commit

Permalink
Added recipe title to logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
tastybento committed Jul 22, 2019
1 parent 085db69 commit 96936bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<!-- Revision variable removes warning about dynamic version -->
<revision>${build.version}-SNAPSHOT</revision>
<!-- This allows to change between versions and snapshots. -->
<build.version>0.3.0</build.version>
<build.version>0.3.1</build.version>
<build.number>-LOCAL</build.number>
</properties>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ private void loadBiomeRecipes() throws FileNotFoundException, IOException, Inval
BiomeRecipe b = new BiomeRecipe(addon, thisBiome,priority);
// Set the name
b.setName(type);
addon.log("Adding biome recipe for " + type);
// Set the permission
b.setPermission(biomeRecipe.getString("permission",""));
// Set the icon
Expand Down

0 comments on commit 96936bd

Please sign in to comment.