mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2026-06-19 15:20:55 +00:00
Rename predicates key to tests
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ import com.dfsek.terra.api.config.meta.Meta;
|
|||||||
|
|
||||||
public class LayerPredicatePackConfigTemplate implements ConfigTemplate {
|
public class LayerPredicatePackConfigTemplate implements ConfigTemplate {
|
||||||
|
|
||||||
@Value("generation.predicates")
|
@Value("generation.tests")
|
||||||
@Default
|
@Default
|
||||||
private @Meta Map<String, LayerPredicate> predicates = new LinkedHashMap<>();
|
private @Meta Map<String, LayerPredicate> predicates = new LinkedHashMap<>();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user