various stuff for release

This commit is contained in:
hyperdefined
2022-01-28 21:18:00 -05:00
parent 357e1281ad
commit 6dbce4fd6a
13 changed files with 82 additions and 42 deletions

View File

@@ -32,7 +32,7 @@ public final class ToolStats extends JavaPlugin {
// stores how much damage armor has taken
public final NamespacedKey armorDamage = new NamespacedKey(this, "damage-taken");
public Set<NamespacedKey> keys = new HashSet<>();
public final Set<NamespacedKey> keys = new HashSet<>();
public BlocksMined blocksMined;
public CraftItem craftItem;