parent
9dd0991b01
commit
008ffb5236
|
@ -12,6 +12,7 @@ public class Config {
|
|||
public static final String config_file_name = "deathchests.txt";
|
||||
public static File configDir = null;
|
||||
|
||||
public static boolean debug = false;
|
||||
public static int maxDistance = 50;
|
||||
public static boolean allowOtherPlayers = true;
|
||||
public static String notAllowedMessage = "§4Cannot get items from another player's death chest.";
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"modid": "deathchests",
|
||||
"name": "Death Chests",
|
||||
"description": "When a player dies, their items are collected and put into a special chest. Basically just another gravestone mod, but compatible with this very specific private mod pack...",
|
||||
"version": "0-SNAPSHOT",
|
||||
"version": "v1",
|
||||
"mcversion": "1.7.10",
|
||||
"url": "",
|
||||
"updateUrl": "",
|
||||
|
|
Loading…
Reference in New Issue