mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-11-04 19:13:44 +01:00
Custom armor can now be repaired.
This commit is contained in:
@@ -57,6 +57,7 @@ public class Config extends ConfigLoader {
|
||||
|
||||
/* SMP Mods */
|
||||
public boolean getToolModsEnabled() { return config.getBoolean("Mods.Tool_Mods_Enabled", false); }
|
||||
public boolean getArmorModsEnabled() { return config.getBoolean("Mods.Tool_Mods_Enabled", false); }
|
||||
public boolean getBlockModsEnabled() { return config.getBoolean("Mods.Block_Mods_Enabled", false); }
|
||||
|
||||
/* Commands */
|
||||
|
||||
Reference in New Issue
Block a user