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:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user