First release!

master v1
BodgeMaster 2023-06-09 12:48:57 +02:00
parent 9dd0991b01
commit 008ffb5236
2 changed files with 2 additions and 1 deletions

View File

@ -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.";

View File

@ -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": "",