Allow configurable nether void height damage

Fixes GH-1804
This commit is contained in:
Zach Brown
2019-04-05 00:52:02 -04:00
parent b6d953a85d
commit 2e6720ba2b
55 changed files with 129 additions and 121 deletions

View File

@@ -318,8 +318,8 @@ index 000000000..5586575ce
+ commands = new HashMap<String, Command>();
+ commands.put("paper", new PaperCommand("paper"));
+
+ version = getInt("config-version", 17);
+ set("config-version", 17);
+ version = getInt("config-version", 18);
+ set("config-version", 18);
+ readConfig(PaperConfig.class, null);
+ }
+