Configurable barrel rows (Implements #623)

This commit is contained in:
Ben Kerllenevich
2021-08-30 21:26:12 -04:00
parent 2b4f3af92f
commit 8f804513d9
23 changed files with 119 additions and 60 deletions

View File

@@ -190,8 +190,8 @@ index 0000000000000000000000000000000000000000..6903706219a146146a213710a5f83af3
+ commands = new HashMap<>();
+ commands.put("purpur", new PurpurCommand("purpur"));
+
+ version = getInt("config-version", 19);
+ set("config-version", 19);
+ version = getInt("config-version", 20);
+ set("config-version", 20);
+
+ readConfig(PurpurConfig.class, null);
+ }