mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-02-16 10:30:42 +00:00
implement biome colors on fabric
This commit is contained in:
@@ -27,4 +27,8 @@ public class Context {
|
||||
map.put(properties.getClass(), properties);
|
||||
return this;
|
||||
}
|
||||
|
||||
public <T extends Properties> boolean has(Class<T> test) {
|
||||
return map.containsKey(test);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user