implement ores, sort of

This commit is contained in:
dfsek
2020-11-28 18:05:19 -07:00
parent 155b293b61
commit 4e11d5c1cf
13 changed files with 106 additions and 93 deletions

View File

@@ -8,7 +8,7 @@ import java.util.Map;
import java.util.Set;
import java.util.TreeMap;
@SuppressWarnings("unchecked")
@SuppressWarnings({"unchecked", "rawtypes", "RedundantSuppression"})
public class CarverPalette {
private final boolean blacklist;
private final Set<Material> replace;