Skip to content

Commit

Permalink
set this to false by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Jsinco committed Dec 11, 2024
1 parent 9b50acd commit f9895fa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ version = 'BX3.4.4'

repositories {
mavenCentral()
maven {
name = "jitpack"
url = "https://jitpack.io"
}
maven {
name = "spigotmc-repo"
url = "https://hub.spigotmc.org/nexus/content/repositories/snapshots/"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class RecipesConfig : AddonConfigFile() {
@CustomKey("learn-recipe-upon-creation")
@Comment("If true, the player will automatically learn the recipe when they create it for the first time",
"Either by brewing the recipe or by receiving the brew via command")
var learnRecipeUponCreation: Boolean = true
var learnRecipeUponCreation: Boolean = false

@CustomKey("recipe-spawning")
@Comment("Recipes spawn in loot chests randomly throughout the world",
Expand Down

0 comments on commit f9895fa

Please sign in to comment.