Skip to content

Commit

Permalink
Upgraded version to 3.16.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfyScript committed Mar 19, 2022
1 parent ee6359e commit 738f58d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

<groupId>com.wolfyscript.customcrafting</groupId>
<artifactId>customcrafting-spigot</artifactId>
<version>3.16.3.1</version>
<version>3.16.3.2</version>

<properties>
<!-- Generic properties -->
Expand Down
28 changes: 14 additions & 14 deletions src/main/resources/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,20 @@ database:
# The users password
password: ""

data:
# Toggle if the stacktrace should be printed out if a recipe or item fails to load.
print_stacktrace: false
# Do not change this number! It is used for internal conversion of items between Bukkit versions to make sure they are up-to-date.
bukkit_version: 0
# Do not change this number! It is used to update configs of recipes and items to new formats!
version: 0
auto_save:
# Interval in minutes to save data.
# Currently, used to save the data of the placed cauldrons with campfires underneath and the contained items and recipes.
interval: 30
# Save message that is printed into the console.
message: true

crafting_table:
# If the advanced crafting table is enabled or not.
enable: true
Expand All @@ -85,17 +99,3 @@ recipes:
pretty_printing: true
# The vanilla or custom recipes that are blocked from crafting.
disabled_recipes: [ ]

data:
# Toggle if the stacktrace should be printed out if a recipe or item fails to load.
print_stacktrace: false
# Do not change this number! It is used for internal conversion of items between Bukkit versions to make sure they are up-to-date.
bukkit_version: 0
# Do not change this number! It is used to update configs of recipes and items to new formats!
version: 0
auto_save:
# Interval in minutes to save data.
# Currently, used to save the data of the placed cauldrons with campfires underneath and the contained items and recipes.
interval: 30
# Save message that is printed into the console.
message: true

0 comments on commit 738f58d

Please sign in to comment.