Use mojang item ids for alternative item despawn rate (#6997)
This commit is contained in:
parent
dfa6307b48
commit
8cdb1bf0ab
5 changed files with 88 additions and 67 deletions
|
|
@ -364,8 +364,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
+ commands = new HashMap<String, Command>();
|
||||
+ commands.put("paper", new PaperCommand("paper"));
|
||||
+
|
||||
+ version = getInt("config-version", 25);
|
||||
+ set("config-version", 25);
|
||||
+ version = getInt("config-version", 26);
|
||||
+ set("config-version", 26);
|
||||
+ readConfig(PaperConfig.class, null);
|
||||
+ }
|
||||
+
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue