mirror of
https://github.com/BentoBoxWorld/Greenhouses.git
synced 2025-02-01 12:51:31 +01:00
Added recipe title to logging.
This commit is contained in:
parent
085db69dff
commit
96936bdc9a
2
pom.xml
2
pom.xml
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user