9
0
mirror of https://github.com/Auxilor/EcoArmor.git synced 2026-01-04 15:31:51 +00:00

Moved by name up to fix error

This commit is contained in:
Auxilor
2021-01-16 22:14:31 +00:00
parent d47563f1de
commit 1723318f28

View File

@@ -26,6 +26,11 @@ import java.util.List;
import java.util.Objects;
public class UpgradeCrystal {
/**
* Registered crystals.
*/
private static final BiMap<String, UpgradeCrystal> BY_NAME = HashBiMap.create();
/**
* Iron crystal.
*/
@@ -41,11 +46,6 @@ public class UpgradeCrystal {
*/
public static final UpgradeCrystal NETHERITE = new UpgradeCrystal("netherite");
/**
* Registered crystals.
*/
private static final BiMap<String, UpgradeCrystal> BY_NAME = HashBiMap.create();
/**
* Instance of ItemStats to create keys for.
*/