Added recipe title to logging.

This commit is contained in:
tastybento 2019-07-21 19:16:11 -07:00
parent 085db69dff
commit 96936bdc9a
2 changed files with 2 additions and 1 deletions

View File

@ -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>

View File

@ -82,6 +82,7 @@ public class RecipeManager {
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