Skip to content

Commit

Permalink
fix not loading in legacy version
Browse files Browse the repository at this point in the history
  • Loading branch information
boiscljo committed May 23, 2022
1 parent 9c20999 commit 34b74a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
SBA_VERSION=1.5.7-dev6
SBA_VERSION=1.5.7-dev7

PAPER_LEGACY_VERSION=1.16.5
JUPITER_VERSION=5.7.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ public void loadDefaults() {
.key("skins").defValue(List.of("robot", "artificial", "dream", "cloud", "zombie"))
.key("delay-in-ticks").defValue(80)
.key("use-stores").defValue(false)
.key("infinite-material").defValue(Material.OAK_PLANKS.toString())
.key("infinite-material").defValue("OAK_PLANKS")
.back();

generator.saveIfModified();
Expand Down

0 comments on commit 34b74a6

Please sign in to comment.