mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 00:22:08 -07:00
@@ -181,7 +181,7 @@ public enum Material {
|
||||
CookedFish(350),
|
||||
GoldRecord(2256),
|
||||
GreenRecord(2257);
|
||||
|
||||
|
||||
private final int id;
|
||||
private static final Map<Integer, Material> lookup = new HashMap<Integer, Material>();
|
||||
|
||||
|
Reference in New Issue
Block a user